public class SignatureFactoryV31 extends BaseEntityFactory<Signature>
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
SignatureFactoryV31(Dataset dataSet)
Constructs a new instance of SignatureFactoryV31.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV31.
|
int |
getLength()
The length of the signature.
|
getLengthpublic SignatureFactoryV31(Dataset dataSet)
dataSet - The data set the factory will create signatures for.public Signature create(Dataset dataSet, int index, BinaryReader reader) throws IOException
create in class BaseEntityFactory<Signature>dataSet - The data set whose signature list the value is contained
within.index - The index of the signature within the values data structure.reader - Binary reader positioned at the start of the signature.IOException - if there was a problem reading data file.public int getLength()
getLength in class BaseEntityFactory<Signature>Copyright © 2017 51Degrees. All rights reserved.