public class SignatureFactoryV32 extends BaseEntityFactory<Signature>
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
SignatureFactoryV32(Dataset dataSet)
Constructs a new instance of SignatureFactoryV32.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV32.
|
int |
getLength()
The length of the signature.
|
getLengthpublic SignatureFactoryV32(Dataset dataSet)
dataSet - The data set the factory will create signatures for.public Signature create(Dataset dataSet, int index, BinaryReader reader)
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.public int getLength()
getLength in class BaseEntityFactory<Signature>Copyright © 2015 51Degrees. All rights reserved.