Home
last modified time | relevance | path

Searched refs:readFullyNoClose (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DStreams.java144 return readFullyNoClose(in); in readFully()
161 public static @NonNull byte[] readFullyNoClose(@NonNull InputStream in) throws IOException { in readFullyNoClose() method in Streams
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassLoaderTest.java162 byte[] resourceData1 = Streams.readFullyNoClose(is1); in testCachedJarStreamBehavior()
168 byte[] resourceData2 = Streams.readFullyNoClose(is2); in testCachedJarStreamBehavior()
/libcore/luni/src/test/java/libcore/java/lang/
DStackWalkerTest.java76 byte[] data = Streams.readFullyNoClose(is); in loadPrebuiltDexClassLoader()
DThreadTest.java377 data = Streams.readFullyNoClose(is); in getStackTraceElement()
DClassTest.java496 data = Streams.readFullyNoClose(is); in createClassLoaderForResource()
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipInputStreamTest.java131 Streams.readFullyNoClose(zis); in testAvailable()
/libcore/api/
Dmodule-lib-current.txt648 …method @NonNull public static byte[] readFullyNoClose(@NonNull java.io.InputStream) throws java.io…