Class RBCodec

java.lang.Object
com.inductiveautomation.rm.pdf.reader.RBCodec
Direct Known Subclasses:
RBCodecCCITTFaxDecode, RBCodecLZW

public class RBCodec extends Object
  • 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

      public static byte[] bytesForASCIIHex(String hstring)
      ASCIIHex decoder for hex strings