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
1016 return readFullyNoClose(in); in readFully()1022 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in StorageManagerTest