public class RootNodeFactory extends BaseEntityFactory<Node>
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
RootNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
Node |
create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new entity.
|
int |
getLength() |
getLengthpublic Node create(Dataset dataSet, int index, BinaryReader reader) throws IOException
BaseEntityFactorycreate in class BaseEntityFactory<Node>dataSet - The data set to read entity from.index - The offset to the start of the entity within the string
data structure.reader - Binary reader positioned at the start of the AsciiString.IOException - if there was a problem accessing data file.public int getLength()
getLength in class BaseEntityFactory<Node>Copyright © 2015 51Degrees. All rights reserved.