Package zmq.util

Class Z85


  • public class Z85
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte[] decoder  
      private static java.lang.String encoder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Z85()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(java.lang.String string)  
      static java.lang.String encode​(byte[] data, int size)  
      • Methods inherited from class java.lang.Object

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

      • decoder

        private static final byte[] decoder
    • Constructor Detail

      • Z85

        private Z85()
    • Method Detail

      • encode

        public static java.lang.String encode​(byte[] data,
                                              int size)
      • decode

        public static byte[] decode​(java.lang.String string)