| 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 EncodingEncodingExceptionEncoding.encode(byte[])public String encode(byte[] in) throws EncodingException
encode in interface EncodingEncodingExceptionpublic ReadBuffer decode(byte[] in) throws DecodingException
decode in interface EncodingDecodingExceptionEncoding.decode(byte[], int, int)public ReadBuffer decode(byte[] in, int offset, int length) throws DecodingException
decode in interface EncodingDecodingExceptionpublic ReadBuffer decode(String text) throws DecodingException
decode in interface EncodingDecodingExceptionEncoding.decode(byte[], int, int)public ReadBuffer decode(ReadBuffer in) throws DecodingException
decode in interface EncodingDecodingExceptionEncoding.decode(byte[], int, int)