diff --git a/docs/docs/api/allclasses-frame.html b/docs/docs/api/allclasses-frame.html index 7f9ddbf..eea0256 100644 --- a/docs/docs/api/allclasses-frame.html +++ b/docs/docs/api/allclasses-frame.html @@ -2,10 +2,10 @@
- + -public class UnsupportedCompression +extends Object +implements CompressionDecoder, CompressionEncoder+
Constructor and Description | +
---|
UnsupportedCompression(String message)
+Constructor
+ |
+
Modifier and Type | +Method and Description | +
---|---|
byte[] |
+decode(byte[] bytes,
+ ByteOrder byteOrder)
+Decode the bytes
+ |
+
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
+ |
+
public UnsupportedCompression(String message)+
message
- message of the TiffExceptionpublic byte[] decode(byte[] bytes, + ByteOrder byteOrder)+
decode
in interface CompressionDecoder
bytes
- bytes to decodebyteOrder
- byte orderpublic boolean rowEncoding()+
rowEncoding
in interface CompressionEncoder
public byte[] encode(byte[] bytes, + ByteOrder byteOrder)+
encode
in interface CompressionEncoder
bytes
- bytes to encodebyteOrder
- byte orderCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.
+ +