public static interface LZ77Compressor.Callback
The callback is invoked on the same thread that receives the
bytes to compress and may be invoked multiple times during the
execution of LZ77Compressor.compress(byte[])
or LZ77Compressor.finish()
.
Modifier and Type | Method and Description |
---|---|
void |
accept(LZ77Compressor.Block b)
Consumes a block.
|
void accept(LZ77Compressor.Block b) throws java.io.IOException
b
- the block to consumejava.io.IOException
- in case of an error"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"