| 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.
|
| 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 |
MapFactory
Creates new instances of a Map entity.
|
class |
NodeFactory
Factory class used to create the new instances of Node object.
|
class |
NodeFactoryV31 |
class |
NodeFactoryV32 |
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 © 2017 51Degrees. All rights reserved.