| Modifier and Type | Method and Description |
|---|---|
protected static int[] |
BaseEntity.readIntegerArray(BinaryReader reader,
int count)
Reads an integer array where the first integer is the number of following
integers.
|
protected static List<Integer> |
BaseEntity.readIntegerList(BinaryReader reader,
int count)
Reads an integer list where the first integer is the number of following
integers.
|
NodeNumericIndex[] |
Node.readNodeNumericIndexes(Dataset dataSet,
BinaryReader reader,
short count)
Used by the constructor to read the variable length list of child
indexes that contain numeric values.
|
protected static List<Integer> |
Signature.readPositiveAndZeroIntegers(BinaryReader reader,
int count)
Populates the list provided with the positive values upto the number of
items defined by count.
|
| Constructor and Description |
|---|
AsciiString(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of AsciiString.
|
Component(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Component
|
ComponentV31(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of ComponentV31.
|
ComponentV32(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Component.
|
Enumerable(BinaryReader reader,
int max)
An enumerable that can be used to read through the entries.
|
Map(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of NodeIndex
|
Node(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of Node
|
Profile(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of the Profile
|
ProfileOffset(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new ProfileOffset that maps profile Id to the corresponding
position in the data file.
|
Property(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Property
|
Signature(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Signature.
|
SignatureV31(Dataset ds,
int index,
BinaryReader reader)
Constructs a new instance of SignatureV31.
|
SignatureV32(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of SignatureV32.
|
Value(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Value.
|
| Constructor and Description |
|---|
Header(BinaryReader reader)
Constructs a new instance of Header
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryVariableList.read(BinaryReader reader)
Reads the list into memory.
|
void |
MemoryIntegerList.read(BinaryReader reader)
Reads the list into memory.
|
void |
MemoryFixedList.read(BinaryReader reader)
Reads the list into memory.
|
abstract void |
MemoryBaseList.read(BinaryReader reader)
Reads all the records to be added to the list.
|
| Constructor and Description |
|---|
MemoryFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of MemoryFixedList.
|
MemoryIntegerList(BinaryReader reader)
Constructs a new instance of this class.
|
MemoryVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList of type T.
|
Node(Dataset dataSet,
int offset,
BinaryReader reader)
Creates a new Node object for use with memory mode.
|
NodeV31(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV31.
|
NodeV32(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV32.
|
Profile(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of the Profile.
|
PropertiesList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<Property> entityFactory)
Constructs a new instance of PropertiesList.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryReader |
Pool.getReader()
Returns a reader to the temp file for exclusive use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pool.release(BinaryReader reader)
Returns the reader to the pool to be used by another process later.
|
| Constructor and Description |
|---|
IntegerList(IndirectDataset dataSet,
BinaryReader reader)
Constructs a new instance of this class.
|
Node(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of Node.
|
NodeV31(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV31.
|
NodeV32(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV32.
|
Profile(IndirectDataset dataSet,
int index,
BinaryReader reader)
Constructs a new Profile object.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Profile |
ProfileFactory.construct(Dataset dataSet,
int index,
BinaryReader reader)
Returns a new Profile object.
|
protected abstract Node |
NodeFactory.construct(Dataset dataSet,
int index,
BinaryReader reader)
Implements the creation of a new instance of Node.
|
Value |
ValueFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Signature |
SignatureFactoryV32.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV32.
|
Signature |
SignatureFactoryV31.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV31.
|
Node |
RootNodeFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Property |
PropertyFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Property.
|
ProfileOffset |
ProfileOffsetFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of profile offset from the reader
|
Profile |
ProfileFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Profile.
|
Node |
NodeFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Node.
|
Map |
MapFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Map.
|
Component |
ComponentFactoryV32.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of ComponentV32.
|
Component |
ComponentFactoryV31.create(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of ComponentV31.
|
abstract T |
BaseEntityFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new entity.
|
AsciiString |
AsciiStringFactory.create(Dataset dataSet,
int offset,
BinaryReader reader)
Creates a new instance of AsciiString.
|
static void |
MemoryFactory.load(Dataset dataSet,
BinaryReader reader,
boolean init)
Creates a new DataSet from the binary reader provided.
|
static void |
CommonFactory.loadHeader(Dataset dataSet,
BinaryReader reader)
Loads the data set headers information.
|
static NodeIndex[] |
NodeFactoryShared.readNodeIndexesV31(Dataset dataSet,
BinaryReader reader,
int offset,
int count)
Used by the constructor to read the variable length list of child
node indexes associated with the node in V3.1 format.
|
static NodeIndex[] |
NodeFactoryShared.readNodeIndexesV32(Dataset dataSet,
BinaryReader reader,
int offset,
int count)
Used by the constructor to read the variable length list of child
node indexes associated with the node in V3.2 format.
|
| Modifier and Type | Method and Description |
|---|---|
protected Profile |
ProfileMemoryFactory.construct(Dataset dataSet,
int index,
BinaryReader reader) |
protected Node |
NodeMemoryFactoryV32.construct(Dataset dataSet,
int index,
BinaryReader reader)
Implements the creation of a new instance of Node version 3.2.
|
protected Node |
NodeMemoryFactoryV31.construct(Dataset dataSet,
int index,
BinaryReader reader)
Implements the creation of a new instance of Node version 3.1.
|
| Modifier and Type | Method and Description |
|---|---|
protected Profile |
ProfileStreamFactory.construct(Dataset dataSet,
int index,
BinaryReader reader) |
protected Node |
NodeStreamFactoryV32.construct(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new "Entities.Stream.NodeV32 entity from the offset
provided.
|
protected Node |
NodeStreamFactoryV31.construct(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new Entities.Stream.NodeV31 entity from the offset provided.
|
| Constructor and Description |
|---|
Header(BinaryReader reader)
Constructs a new instance of Header
|
| Modifier and Type | Method and Description |
|---|---|
BinaryReader |
SourceBase.createReader()
Creates a new reader and stores a reference to it.
|
Copyright © 2017 51Degrees. All rights reserved.