|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.persistance.TOFReader
public class TOFReader
A reader what reads TOF files. No relation to java.io.Reader.
| Constructor Summary | |
|---|---|
TOFReader(java.io.Reader instream)
Creates a TOFReader on the given input stream. |
|
TOFReader(java.io.Reader instream,
LookupDatabase lookup)
Creates a TOFReader on the given input stream with the given lookup database. |
|
TOFReader(java.io.Reader instream,
LookupDatabase lookup,
StructuredStore store,
java.lang.String basePath)
Creates a TOFReader on the given input stream with the given lookup database, import store, and base path. |
|
TOFReader(java.io.Reader instream,
TOFObjectFactory factory)
Creates a TOFReader with the provided custom TOFObjectFactory. |
|
| Method Summary | |
|---|---|
void |
close()
|
java.lang.Object |
readObject()
Reads a single object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TOFReader(java.io.Reader instream)
Buffering is included; no extra charge.
public TOFReader(java.io.Reader instream,
LookupDatabase lookup)
Buffering is included; no extra charge.
public TOFReader(java.io.Reader instream,
LookupDatabase lookup,
StructuredStore store,
java.lang.String basePath)
Buffering is included; no extra charge.
public TOFReader(java.io.Reader instream,
TOFObjectFactory factory)
| Method Detail |
|---|
public java.lang.Object readObject()
throws java.io.EOFException,
java.io.IOException
java.io.EOFException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||