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.
|
createNewReader
public CfpTableReaderImpl(String xmlConfig)
public BinaryVectorDescriptor read(byte[] serialized)
MDTableReader
chemaxon.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()
MDTableReader
getXmlConfig
in class MDTableReader<BinaryVectorDescriptor>
public CfpGenerator getDescriptorGenerator()
MDTableReader
MDTableReader.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 CfpTableReader
public StandardizerWrapper getStandardizerWrapper()
MDTableReader
IllegalStateException
is thrown.getStandardizerWrapper
in class MDTableReader<BinaryVectorDescriptor>