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 classBOMEncodingDetectorThis class represents the parse state of the BOM (byte order mark) parser.classDecodingByteReceiverThis class represents a ByteReceiver that passes decoded characters on to a supplied CharacterReceiver.classSingleByteReceiverThis 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 ByteReceiverBOMEncodingDetector. overflowByteReceiverConstructors in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type ByteReceiver Constructor Description BOMEncodingDetector(ByteReceiver overflowByteReceiver)Constructor.
-