| 程序包 | 说明 |
|---|---|
| info.monitorenter.cpdetector.io |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCodepageDetector
This implementation provides the default implementation for the high-level codepage detection method
AbstractCodepageDetector.open(URL)of the implemented interface ICodepageProcessor. |
class |
ASCIIDetector
A simple detector that may be used to detect plain ASCII.
|
class |
ByteOrderMarkDetector
This detector identifies byte order marks of the following codepages to give a 100 %
deterministic result in case of detection.
|
class |
CodepageDetectorProxy
A proxy that delegate the codepage detection to all it's delegates.
|
class |
HTMLCodepageDetector
已过时。
This class should not be used in new code. It has been replaced by
ParsingDetector.
Future versions may drop this class. |
class |
JChardetFacade
A fac�ade for jchardet codepage detection.
|
class |
ParsingDetector
|
class |
UnicodeDetector
This detector identifies byte order marks of the following codepages to give a 100 % deterministic result in case of
detection.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ICodepageDetector |
UnicodeDetector.getInstance() |
static ICodepageDetector |
ASCIIDetector.getInstance() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CodepageDetectorProxy.add(ICodepageDetector detector)
Adds the given instance to this proxie's detection capability.
|
Copyright © 2016. All rights reserved.