Searched refs:readFullyNoClose (Results 1 – 3 of 3) sorted by relevance
95 return readFullyNoClose(in); in readFully()104 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in Streams
86 final byte[] manifestBytes = Streams.readFullyNoClose(this); in JarInputStream()
183 read(Streams.readFullyNoClose(is)); in read()