|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.io.FileInputConnector
Implements a connector for reading from a file.
Constructor Summary | |
FileInputConnector(IInputOutputFactory factory,
IConnectionObserver observer,
java.lang.String filename)
Create a file input handler. |
Method Summary | |
void |
open()
Open the connector. Whether this method is blocking or not depends on the implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileInputConnector(IInputOutputFactory factory, IConnectionObserver observer, java.lang.String filename)
factory
- the input/output factoryobserver
- the connection observerfilename
- the filename to openMethod Detail |
public final void open()
Whether this method is blocking or not depends on the implementation.
open
in interface IConnector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |