Searched refs:readFullyNoClose (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DStreams.java95 return readFullyNoClose(in);
104 public static byte[] readFullyNoClose(InputStream in) throws IOException { method in class:Streams
/libcore/luni/src/main/java/java/util/jar/
H A DJarInputStream.java86 final byte[] manifestBytes = Streams.readFullyNoClose(this);
H A DManifest.java197 read(Streams.readFullyNoClose(is));

Completed in 159 milliseconds