Modifier and Type | Field and Description |
---|---|
static short |
ENCODING_BASE64
Field
ENCODING_BASE64 |
static short |
ENCODING_HEX
Field
ENCODING_HEX |
static short |
ENCODING_UU
Field
ENCODING_UU |
Constructor and Description |
---|
Coder() |
public static final short ENCODING_UU
ENCODING_UU
public static final short ENCODING_HEX
ENCODING_HEX
public static final short ENCODING_BASE64
ENCODING_BASE64
public Coder()
public static byte[] decode(String type, String value) throws CoderException
type
- value
- CoderException
public static byte[] decode(short type, String value) throws CoderException
type
- value
- CoderException
public static String encode(String type, byte[] value) throws CoderException
type
- value
- CoderException
public static String encode(short type, byte[] value) throws CoderException
type
- value
- CoderException
Copyright © 2015 Lucee