public interface UFFIF
Modifier and Type | Method and Description |
---|---|
DatasetIF |
getDataset(int number)
Get the dataset with the given number.
|
java.util.Iterator |
getDatasets()
Get all records.
|
java.lang.String |
getPresentationString()
Get the presentation string of the record.
|
void |
print(java.io.PrintStream out)
Print the object to the given print stream.
|
void |
readObject(java.io.BufferedReader reader)
Read object
|
java.util.Iterator getDatasets()
DatasetIF getDataset(int number)
number
- the number of the records.java.lang.String getPresentationString()
void readObject(java.io.BufferedReader reader) throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
reader
- a buffered reader.java.io.IOException
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
void print(java.io.PrintStream out)
out
- the print stream.