Class RBCodec
- java.lang.Object
 - 
- com.inductiveautomation.rm.pdf.reader.RBCodec
 
 
- 
- Direct Known Subclasses:
 RBCodecCCITTFaxDecode,RBCodecLZW
public class RBCodec extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description RBCodec() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]bytesForASCII85(byte[] bytes, int offset, int length)ASCII85 decoderstatic byte[]bytesForASCIIHex(byte[] bytes, int offset, int length)ASCIIHex decoder.static byte[]bytesForASCIIHex(java.lang.String hstring)ASCIIHex decoder for hex strings 
 - 
 
- 
- 
Method Detail
- 
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
public static byte[] bytesForASCIIHex(java.lang.String hstring)
ASCIIHex decoder for hex strings 
 - 
 
 -