Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.fuzzyml |
Modifier and Type | Class and Description |
---|---|
class |
BOMEncodingDetector
This class represents the parse state of the BOM (byte order mark) parser.
|
class |
DecodingByteReceiver
This class represents a ByteReceiver that passes
decoded characters on to a supplied CharacterReceiver.
|
class |
SingleByteReceiver
This class represents a receiver for a series of single bytes.
|
Modifier and Type | Field and Description |
---|---|
protected ByteReceiver |
BOMEncodingDetector.overflowByteReceiver |
Constructor and Description |
---|
BOMEncodingDetector(ByteReceiver overflowByteReceiver)
Constructor.
|