Searched refs:baos (Results 1 – 2 of 2) sorted by relevance
50 private final ByteArrayOutputStream baos = new ByteArrayOutputStream(40 * 1024); field in Path64 private static byte[] readStream(InputStream in, ByteArrayOutputStream baos, byte[] readBuffer) in readStream() argument73 baos.write(readBuffer, 0, amt); in readStream()78 return baos.toByteArray(); in readStream()101 byte[] bytes = readStream(in, baos, readBuffer); in getClass()102 baos.reset(); in getClass()
260 ByteArrayOutputStream baos = new ByteArrayOutputStream(40000); in processArchive() local273 baos.reset(); in processArchive()276 baos.write(buf, 0, read); in processArchive()280 bytes = baos.toByteArray(); in processArchive()