public class RankedSignatureIndexFactory extends BaseEntityFactory<RankedSignatureIndex>
| Constructor and Description |
|---|
RankedSignatureIndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
RankedSignatureIndex |
create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of the ranked signature index from the source
stream.
|
int |
getLength() |
getLengthpublic RankedSignatureIndex create(Dataset dataSet, int index, BinaryReader reader)
create in class BaseEntityFactory<RankedSignatureIndex>dataSet - the ranked signature index will relate to.index - index of the ranked signature index.reader - connected to the source stream.public int getLength()
getLength in class BaseEntityFactory<RankedSignatureIndex>