public class NodeStreamFactoryV31 extends NodeFactoryV31
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
NodeStreamFactoryV31()
Constructs a new instance of NodeStreamFactoryV31.
|
| Modifier and Type | Method and Description |
|---|---|
protected Node |
construct(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new Entities.Stream.NodeV31 entity from the offset provided.
|
getLengthcreate, getBaseLength, getNodeNumericIndexLengthgetLengthpublic NodeStreamFactoryV31()
protected Node construct(Dataset dataSet, int index, BinaryReader reader) throws IOException
construct in class NodeFactorydataSet - The data set the node is contained within.index - The offset in the data structure to the node.reader - Reader connected to the source data structure and
positioned to start reading.IOException - if there was a problem accessing data file.Copyright © 2017 51Degrees. All rights reserved.