Searched refs:readFullyNoClose (Results 1 – 2 of 2) sorted by relevance
399 doc.contents = readFullyNoClose(is); in openDocumentUnchecked()512 private static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in MyDocumentsProvider
1181 return readFullyNoClose(in); in readFully()1187 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in StorageManagerTest