Class RBCodec

    • 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 decoder
      static byte[] bytesForASCIIHex​(byte[] bytes, int offset, int length)
      ASCIIHex decoder.
      static byte[] bytesForASCIIHex​(java.lang.String hstring)
      ASCIIHex decoder for hex strings
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RBCodec

        public RBCodec()
    • 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