Uses of Class
org.apache.manifoldcf.connectorcommon.fuzzyml.ByteReceiver
-
Packages that use ByteReceiver Package Description org.apache.manifoldcf.connectorcommon.fuzzyml -
-
Uses of ByteReceiver in org.apache.manifoldcf.connectorcommon.fuzzyml
Subclasses of ByteReceiver in org.apache.manifoldcf.connectorcommon.fuzzyml Modifier and Type Class 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.Fields in org.apache.manifoldcf.connectorcommon.fuzzyml declared as ByteReceiver Modifier and Type Field Description protected ByteReceiver
BOMEncodingDetector. overflowByteReceiver
Constructors in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type ByteReceiver Constructor Description BOMEncodingDetector(ByteReceiver overflowByteReceiver)
Constructor.
-