Searched defs:compressedDataLength (Results 1 – 4 of 4) sorted by relevance
99 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteArray() local147 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testHeapByteBuffer() local201 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteBufferDirect() local
51 int compressedDataLength = compresser.deflate(output); in simpleTest() local
1083 int compressedDataLength = def.deflate(output); in test_getBytesRead() local1110 int compressedDataLength = def.deflate(output); in test_getBytesWritten() local
803 int compressedDataLength = inf.inflate(input); in test_getBytesRead() local831 int compressedDataLength = inf.inflate(input); in test_getBytesWritten() local