Searched defs:inputStreamToBytes (Results 1 – 2 of 2) sorted by relevance
87 static byte[] inputStreamToBytes(InputStream in, int contentLength, ByteArrayPool pool) in inputStreamToBytes() method in NetworkUtility
99 private static byte[] inputStreamToBytes(InputStream is) { in inputStreamToBytes() method in GifResourceDecoder