Package org.cometd.common
Class Z85.Decoder
- java.lang.Object
-
- org.cometd.common.Z85.Decoder
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffer
decodeByteBuffer(String string)
byte[]
decodeBytes(String string)
-
-
-
Method Detail
-
decodeBytes
public byte[] decodeBytes(String string)
-
decodeByteBuffer
public ByteBuffer decodeByteBuffer(String string)
-
-