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/.
Modifier and Type | Class and Description |
---|---|
static class |
Z85.Decoder |
static class |
Z85.Encoder |
Modifier and Type | Field and Description |
---|---|
static Z85.Decoder |
decoder |
static Z85.Encoder |
encoder |
public static Z85.Encoder encoder
public static Z85.Decoder decoder
Copyright © 2008–2017 The CometD Project. All rights reserved.