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