|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUnicodeCompressor
Unicode compression / decompression api.
| Method Summary | |
|---|---|
int |
decode(InputStream in,
Appendable out)
Decode a Unicode character sequence from the input stream. |
int |
encode(CharSequence in,
OutputStream out)
Encode a Unicode character sequence. |
| Method Detail |
|---|
int encode(CharSequence in,
OutputStream out)
in - The Unicode data.out - Where to write the encoded data.
int decode(InputStream in,
Appendable out)
in - The encoded data.out - The decoded data (Unicode characters) are appended to this
object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||