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.
|
createNewReaderpublic PfTableReaderImpl(String xmlConfig)
public FloatVectorDescriptor 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<FloatVectorDescriptor>serialized - Serialize byte array representationpublic String getXmlConfig()
MDTableReadergetXmlConfig in class MDTableReader<FloatVectorDescriptor>public PfGenerator 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 PfTableReaderpublic StandardizerWrapper getStandardizerWrapper()
MDTableReaderIllegalStateException is thrown.getStandardizerWrapper in class MDTableReader<FloatVectorDescriptor>