public class CfpTableReaderImpl extends CfpTableReader
| Modifier and Type | Class and Description |
|---|---|
static class |
CfpTableReaderImpl.CfpReaderFactoryImpl
Factory implementation for CfpTableReader.
|
CfpTableReader.Factory| Constructor and Description |
|---|
CfpTableReaderImpl(String xmlConfig) |
| Modifier and Type | Method and Description |
|---|---|
CfpGenerator |
getDescriptorGenerator()
Associated descriptor generator.
|
StandardizerWrapper |
getStandardizerWrapper()
Get represented standardizer wrapper.
|
String |
getXmlConfig()
Gets configuration string.
|
BinaryVectorDescriptor |
read(byte[] serialized)
Generates a descriptor from a byte array.
|
createNewReaderpublic CfpTableReaderImpl(String xmlConfig)
public BinaryVectorDescriptor read(byte[] serialized)
MDTableReaderchemaxon.descriptors API implementation for the represented XML
configuration. This binary form is not compatible with the DescriptorSerializer represented by
the DescriptorGenerator returned by MDTableReader.getDescriptorGenerator().read in class MDTableReader<BinaryVectorDescriptor>serialized - Serialize byte array representationpublic String getXmlConfig()
MDTableReadergetXmlConfig in class MDTableReader<BinaryVectorDescriptor>public CfpGenerator getDescriptorGenerator()
MDTableReaderMDTableReader.read(byte[]). Note that
the DescriptorSerializer exposed by the returned generator is not compatible with the binary form
represented by this reader.getDescriptorGenerator in class CfpTableReaderpublic StandardizerWrapper getStandardizerWrapper()
MDTableReaderIllegalStateException is thrown.getStandardizerWrapper in class MDTableReader<BinaryVectorDescriptor>