public class PfTableReaderImpl extends PfTableReader
Modifier and Type | Class and Description |
---|---|
static class |
PfTableReaderImpl.PfReaderFactoryImpl
Factory implementation for PfTableReader.
|
PfTableReader.Factory
Constructor and Description |
---|
PfTableReaderImpl(String xmlConfig) |
Modifier and Type | Method and Description |
---|---|
PfGenerator |
getDescriptorGenerator()
Associated descriptor generator.
|
StandardizerWrapper |
getStandardizerWrapper()
Get represented standardizer wrapper.
|
String |
getXmlConfig()
Gets configuration string.
|
FloatVectorDescriptor |
read(byte[] serialized)
Generates a descriptor from a byte array.
|
createNewReader
public PfTableReaderImpl(String xmlConfig)
public FloatVectorDescriptor 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<FloatVectorDescriptor>
serialized
- Serialize byte array representationpublic String getXmlConfig()
MDTableReader
getXmlConfig
in class MDTableReader<FloatVectorDescriptor>
public PfGenerator 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 PfTableReader
public StandardizerWrapper getStandardizerWrapper()
MDTableReader
IllegalStateException
is thrown.getStandardizerWrapper
in class MDTableReader<FloatVectorDescriptor>