DeflateCompression, LZWCompressionpublic interface CompressionEncoder
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
byte[] |
encode(byte[] bytes,
ByteOrder byteOrder) |
Encode the bytes
|
boolean |
rowEncoding() |
True to encode on a per row basis, false to encode on a per block / strip
basis
|
boolean rowEncoding()
byte[] encode(byte[] bytes,
ByteOrder byteOrder)
bytes - bytes to encodebyteOrder - byte orderCopyright © 2019. All rights reserved.