Searched defs:inputStreamSize (Results 1 – 1 of 1) sorted by relevance
39 …public static byte[] toByteArray(InputStream inputStream, int inputStreamSize) throws IOException { in toByteArray()52 …private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws … in copy()