Class Z85

java.lang.Object
org.cometd.common.Z85

public class Z85
extends java.lang.Object

An implementation of Z85, a format for representing binary data as printable text defined at https://rfc.zeromq.org/spec:32/Z85/.

  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Z85.Decoder  
    static class  Z85.Encoder  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Z85.Decoder decoder  
    static Z85.Encoder encoder  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait