Searched refs:inputStreamToBytes (Results 1 – 4 of 4) sorted by relevance
57 byte[] data = inputStreamToBytes(source); in decode()99 private static byte[] inputStreamToBytes(InputStream is) { in inputStreamToBytes() method in GifResourceDecoder
118 NetworkUtility.inputStreamToBytes( in performRequest()
87 static byte[] inputStreamToBytes(InputStream in, int contentLength, ByteArrayPool pool) in inputStreamToBytes() method in NetworkUtility
240 NetworkUtility.inputStreamToBytes( in run()