Class Z85.Encoder

  • Enclosing class:
    Z85

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

      Constructors 
      Constructor Description
      Encoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String encodeByteBuffer​(java.nio.ByteBuffer buffer)  
      java.lang.String encodeBytes​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

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

      • Encoder

        public Encoder()
    • Method Detail

      • encodeBytes

        public java.lang.String encodeBytes​(byte[] bytes)
      • encodeByteBuffer

        public java.lang.String encodeByteBuffer​(java.nio.ByteBuffer buffer)