public class RBCodec
extends java.lang.Object
| Constructor and Description |
|---|
RBCodec() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
bytesForASCII85(byte[] bytes,
int offset,
int length)
ASCII85 decoder
|
static byte[] |
bytesForASCIIHex(byte[] bytes,
int offset,
int length)
ASCIIHex decoder.
|
static byte[] |
bytesForASCIIHex(java.lang.String hstring)
ASCIIHex decoder for hex strings
|
public static byte[] bytesForASCII85(byte[] bytes,
int offset,
int length)
public static byte[] bytesForASCIIHex(byte[] bytes,
int offset,
int length)
public static byte[] bytesForASCIIHex(java.lang.String hstring)