| Package | Description |
|---|---|
| com.logicaldoc.util.charset |
| Modifier and Type | Method and Description |
|---|---|
CharsetDetector |
CharsetDetector.setDeclaredEncoding(String encoding)
Set the declared encoding for charset detection.
|
CharsetDetector |
CharsetDetector.setText(byte[] in)
Set the input text (byte) data whose charset is to be detected.
|
CharsetDetector |
CharsetDetector.setText(InputStream in)
Set the input text (byte) data whose charset is to be detected.
|
CharsetDetector |
CharsetDetector.setText(String str)
Set the input text (byte) data whose charset is to be detected.
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.