public class IlvDAFIFTable extends Object
IlvDAFIFFeature
and points to child
tables.Constructor and Description |
---|
IlvDAFIFTable(IlvDAFIFTableDescription description)
Creates a new
IlvDAFIFTable . |
Modifier and Type | Method and Description |
---|---|
int |
getChildrenTableCount()
Returns the number of child tables.
|
IlvDAFIFTable |
getChildTable(int ir)
Returns the child table at the specified index.
|
IlvDAFIFTableDescription |
getDescription()
Returns the table description.
|
Enumeration<IlvDAFIFFeature> |
getRecords()
Returns an enumeration of the
IlvDAFIFFeature stored in the
table. |
int |
getRecordsCount()
Returns the number of records stored in the table.
|
void |
readContent(boolean keepPureData,
URL rootDirectory)
Reads the table.
|
String |
toString()
Returns a string representation of the object.
|
public IlvDAFIFTable(IlvDAFIFTableDescription description)
IlvDAFIFTable
.description
- A description of the table record properties.public void readContent(boolean keepPureData, URL rootDirectory) throws IOException
keepPureData
- This indicates if pure data child tables should be read also.rootDirectory
- The URL of the DAFIFT directory.IOException
- if the table or one of its child tables cannot be read.public IlvDAFIFTableDescription getDescription()
public int getRecordsCount()
public Enumeration<IlvDAFIFFeature> getRecords()
IlvDAFIFFeature
stored in the
table.IlvDAFIFFeature
read.public int getChildrenTableCount()
public IlvDAFIFTable getChildTable(int ir)
ir
- The index of the child table.public String toString()
toString
in class Object
Object.toString()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.