Package org.cometd.common
Class Z85.Decoder
java.lang.Object
org.cometd.common.Z85.Decoder
- Enclosing class:
- Z85
public static class Z85.Decoder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
Modifier and Type Method Description java.nio.ByteBuffer
decodeByteBuffer(java.lang.String string)
byte[]
decodeBytes(java.lang.String string)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
decodeBytes
public byte[] decodeBytes(java.lang.String string) -
decodeByteBuffer
public java.nio.ByteBuffer decodeByteBuffer(java.lang.String string)
-