Package org.cometd.common
Class Z85
- java.lang.Object
-
- org.cometd.common.Z85
-
public class Z85 extends 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
-
-
-
Field Detail
-
encoder
public static Z85.Encoder encoder
-
decoder
public static Z85.Decoder decoder
-
-