| Modifier and Type | Field and Description |
|---|---|
protected BaseEntityFactory<T> |
MemoryBaseList.entityFactory
Interface used to create a new instance of an item in the list.
|
| Constructor and Description |
|---|
MemoryFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of MemoryFixedList.
|
MemoryVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList of type T.
|
PropertiesList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<Property> entityFactory)
Constructs a new instance of PropertiesList.
|
| Constructor and Description |
|---|
FixedCacheList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of FixedCacheList{T}.
|
StreamBaseList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of BaseList of type T ready to read
entities from the source.
|
StreamCacheList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of StreamBaseList{T} ready to read entities
from the source.
|
StreamFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of StreamBaseList{T} ready to
read entities from the source.
|
StreamFixedListRangeIterator(BaseEntityFactory<T> entityFactory,
Dataset dataSet,
int startPosition,
int startIndex,
int count)
An enumerable that can be used to read through the entries.
|
StreamVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of VariableList of type T.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiStringFactory
Creates new instances of the ASCII string entity.
|
class |
ComponentFactory
Creates new instances of a Component entity.
|
class |
ComponentFactoryV31
Creates new instances of a Component entity for data file of version 3.1.
|
class |
ComponentFactoryV32
Creates new instances of a Component entity for data file of version 3.2.
|
class |
IntegerEntityFactory
Creates new instances of an Integer entity.
|
class |
MapFactory
Creates new instances of a Map entity.
|
class |
NodeFactory
Factory class used to create the new instances of Node object.
|
class |
ProfileFactory
Creates new instances of a Profile entity.
|
class |
ProfileOffsetFactory
Creates new instances of a ProfileOffset entity.
|
class |
PropertyFactory
Creates new instances of a Property entity.
|
class |
RootNodeFactory
Creates new instances of a RootNode entity.
|
class |
SignatureFactoryV31
Class handles the creation of the old v 3.1 signature entities.
|
class |
SignatureFactoryV32
Class handles the creation of the old v 3.2 signature entities.
|
class |
ValueFactory
Creates new instances of a Value entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeMemoryFactoryV31
Factory class used to create the new instances of Node V3.1 object.
|
class |
NodeMemoryFactoryV32
Factory class used to create the new instances of Node V3.2 object.
|
class |
ProfileMemoryFactory
Creates Profile entities for use with memory data set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeStreamFactoryV31
Factory used to create stream Node entities of version 3.1.
|
class |
NodeStreamFactoryV32
Factory used to create stream Entities.Node entities of version 3.2.
|
class |
ProfileStreamFactory
Creates Profile entities for use with stream data set.
|
Copyright © 2015 51Degrees. All rights reserved.