public interface IUnicodeCompressor
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.