Searched refs:readFullyNoClose (Results 1 – 7 of 7) sorted by relevance
144 return readFullyNoClose(in); in readFully()161 public static @NonNull byte[] readFullyNoClose(@NonNull InputStream in) throws IOException { in readFullyNoClose() method in Streams
162 byte[] resourceData1 = Streams.readFullyNoClose(is1); in testCachedJarStreamBehavior()168 byte[] resourceData2 = Streams.readFullyNoClose(is2); in testCachedJarStreamBehavior()
76 byte[] data = Streams.readFullyNoClose(is); in loadPrebuiltDexClassLoader()
377 data = Streams.readFullyNoClose(is); in getStackTraceElement()
496 data = Streams.readFullyNoClose(is); in createClassLoaderForResource()
131 Streams.readFullyNoClose(zis); in testAvailable()
648 …method @NonNull public static byte[] readFullyNoClose(@NonNull java.io.InputStream) throws java.io…