Class Z85.Decoder

  • Enclosing class:
    Z85

    public static class Z85.Decoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Decoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer decodeByteBuffer​(java.lang.String string)  
      byte[] decodeBytes​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • Decoder

        public Decoder()
    • Method Detail

      • decodeBytes

        public byte[] decodeBytes​(java.lang.String string)
      • decodeByteBuffer

        public java.nio.ByteBuffer decodeByteBuffer​(java.lang.String string)