fr.fluxmedia.transmorpher.TProcessFactory
Class TReader
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TReader
- All Implemented Interfaces:
- Runnable, TProcess
- public final class TReader
- extends TProcessBasic
- implements Runnable
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
iReader
XMLReader iReader
- The XMLReader
isThread
boolean isThread
iFilename
String iFilename
- The file name whish describe the file to read
isRunning
boolean isRunning
myThread
Thread myThread
TReader
public TReader(String[] pOut,
String pFilename)
throws SAXException,
IOException
- The constructor
execProcess
public void execProcess()
throws IOException,
SAXException
- Exec the process
internalCopy
public final TProcess internalCopy()
- Copy this reader, this method is call by the Copy method of the XLTProcess_Impl
- Overrides:
internalCopy
in class TProcess_Impl
run
public final void run()
- Specified by:
run
in interface Runnable
...