public interface CompressionEncoder
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 National Geospatial-Intelligence Agency. All rights reserved.