Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.io
Class SModuleIO

java.lang.Object
  |
  +--com.pdmfc.tea.modules.SModule
        |
        +--com.pdmfc.tea.modules.io.SModuleIO

public class SModuleIO
extends SModule

Package of I/O related Tea commands.


Constructor Summary
SModuleIO()
           
 
Method Summary
 void init(STeaRuntime context)
          Creates commands and global variables related with I/O.
 void stop()
          Signals that the package will not be used util another call to the start() method.
 
Methods inherited from class com.pdmfc.tea.modules.SModule
addJavaFunction, end, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SModuleIO

public SModuleIO()
Method Detail

init

public void init(STeaRuntime context)
          throws STeaException
Creates commands and global variables related with I/O.
Overrides:
init in class SModule
Parameters:
context - The context where the commands and variables will be created.

stop

public void stop()
Signals that the package will not be used util another call to the start() method. It flushes the output buffers.
Overrides:
stop in class SModule

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.