Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
CharsetDetector |
CharsetDetector.setDeclaredEncoding(java.lang.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(java.io.InputStream in)
Set the input text (byte) data whose charset is to be detected.
|
Copyright (c) 2012 IBM Corporation and others.