Package com.ribs.pdf
Class RBCodec
java.lang.Object
com.ribs.pdf.RBCodec
- Direct Known Subclasses:
- RBCodecCCITTFaxDecode,- RBCodecLZW
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RBCodecpublic RBCodec()
 
- 
- 
Method Details- 
bytesForASCII85public static byte[] bytesForASCII85(byte[] bytes, int offset, int length) ASCII85 decoder
- 
bytesForASCIIHexpublic static byte[] bytesForASCIIHex(byte[] bytes, int offset, int length) ASCIIHex decoder.
- 
bytesForASCIIHexASCIIHex decoder for hex strings
 
-