|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharEncoder
A char encoder that encodes chars to a suite of bytes. No assumptions must be made about the statefullness nature of an encoder as some encoder may be statefull and some encoder may be stateless.
| Method Summary | |
|---|---|
byte[] |
encode(char c)
Encodes a single char into an array of bytes. |
| Method Detail |
|---|
byte[] encode(char c)
c - the char to encode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||