Searched refs:compressedByteStream (Results 1 – 1 of 1) sorted by relevance
439 ByteArrayOutputStream compressedByteStream = new ByteArrayOutputStream(); in maybeCompressPage() local441 new BlockLZ4CompressorOutputStream(compressedByteStream)) { in maybeCompressPage()451 byte[] compressedBytes = compressedByteStream.toByteArray(); in maybeCompressPage()