Class RBCodec
java.lang.Object
com.inductiveautomation.rm.pdf.reader.RBCodec
- Direct Known Subclasses:
RBCodecCCITTFaxDecode
,RBCodecLZW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
bytesForASCII85
(byte[] bytes, int offset, int length) ASCII85 decoderstatic byte[]
bytesForASCIIHex
(byte[] bytes, int offset, int length) ASCIIHex decoder.static byte[]
bytesForASCIIHex
(String hstring) ASCIIHex decoder for hex strings
-
Constructor Details
-
RBCodec
public RBCodec()
-
-
Method Details
-
bytesForASCII85
public static byte[] bytesForASCII85(byte[] bytes, int offset, int length) ASCII85 decoder -
bytesForASCIIHex
public static byte[] bytesForASCIIHex(byte[] bytes, int offset, int length) ASCIIHex decoder. -
bytesForASCIIHex
ASCIIHex decoder for hex strings
-