Package org.cometd.common
Class Z85.Decoder
java.lang.Object
org.cometd.common.Z85.Decoder
- Enclosing class:
- Z85
public static class Z85.Decoder extends Object
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
Modifier and Type Method Description ByteBuffer
decodeByteBuffer(String string)
byte[]
decodeBytes(String string)
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details