public abstract class Compressor extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
compress(byte[] bytes,
int off,
int len,
DataOutput out)
Compress bytes into
out. |
public abstract void compress(byte[] bytes,
int off,
int len,
DataOutput out)
throws IOException
out. It it the responsibility of the
compressor to add all necessary information so that a Decompressor
will know when to stop decompressing bytes from the stream.IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved