Searched refs:bos (Results 1 – 3 of 3) sorted by relevance
55 ByteArrayOutputStream bos = new ByteArrayOutputStream(pinByteRanges.size() * 8); in encodeByteRangeList() local56 DataOutputStream out = new DataOutputStream(bos); in encodeByteRangeList()65 return bos.toByteArray(); in encodeByteRangeList()
56 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readGzipped() local65 bos.write(buffer, 0, read); in readGzipped()72 final ByteBuffer bb = ByteBuffer.wrap(bos.toByteArray(), 0, total); in readGzipped()
213 val bos = closer.register(BufferedOutputStream(fos)) in <lambda>() constant214 val zos = closer.register(ZipOutputStream(bos)) in <lambda>()