类 | 说明 |
---|---|
UnicodeInputStream |
This inputstream will recognize unicode BOM marks and will skip bytes if
getEncoding() method is called before any of the read(...) methods.
|
UnicodeReader |
Generic unicode textreader, which will use BOM mark to identify the encoding
to be used.
|