Constructor and Description |
---|
HeaderLine() |
Modifier and Type | Method and Description |
---|---|
ReadBuffer |
decode(byte[] in) |
ReadBuffer |
decode(byte[] in,
int offset,
int length) |
ReadBuffer |
decode(ReadBuffer in) |
ReadBuffer |
decode(String text) |
String |
encode(byte[] in) |
String |
encode(String text) |
String |
getName() |
public static final String NAME
public String encode(String text) throws EncodingException
encode
in interface Encoding
EncodingException
Encoding.encode(byte[])
public String encode(byte[] in) throws EncodingException
encode
in interface Encoding
EncodingException
public ReadBuffer decode(byte[] in) throws DecodingException
decode
in interface Encoding
DecodingException
Encoding.decode(byte[], int, int)
public ReadBuffer decode(byte[] in, int offset, int length) throws DecodingException
decode
in interface Encoding
DecodingException
public ReadBuffer decode(String text) throws DecodingException
decode
in interface Encoding
DecodingException
Encoding.decode(byte[], int, int)
public ReadBuffer decode(ReadBuffer in) throws DecodingException
decode
in interface Encoding
DecodingException
Encoding.decode(byte[], int, int)