Searched refs:bos (Results 1 – 2 of 2) sorted by relevance
89 ByteArrayOutputStream bos = new ByteArrayOutputStream(pinByteRanges.size() * 8); in encodeByteRangeList() local90 DataOutputStream out = new DataOutputStream(bos); in encodeByteRangeList()99 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()