Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.io
Class SFileOutput

java.lang.Object
  |
  +--com.pdmfc.tea.modules.tos.STosObj
        |
        +--com.pdmfc.tea.modules.io.SOutput
              |
              +--com.pdmfc.tea.modules.io.SFileOutput
All Implemented Interfaces:
SObjFunction

public class SFileOutput
extends SOutput

Instances of this class represent file output streams.


Constructor Summary
SFileOutput(STosClass myClass)
          The constructor initializes the object internal state.
 
Method Summary
 java.lang.Object constructor(SObjFunction obj, SContext context, java.lang.Object[] args)
           
static java.lang.String getTosClassName()
           
static SFileOutput newInstance(SContext context, java.lang.Object[] args)
           
 
Methods inherited from class com.pdmfc.tea.modules.io.SOutput
close, close, flush, flush, newInstance, open, printf, printf, setLineBuffering, setLineBuffering, write, write, write, write, write, write, writeln, writeln, writeln, writeln, writeln
 
Methods inherited from class com.pdmfc.tea.modules.tos.STosObj
exec, getTosClass, init, part, selfObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFileOutput

public SFileOutput(STosClass myClass)
            throws STeaException
The constructor initializes the object internal state.
Parameters:
myClass - The STosClass object for this object.
Method Detail

constructor

public java.lang.Object constructor(SObjFunction obj,
                                    SContext context,
                                    java.lang.Object[] args)
                             throws SRuntimeException
Overrides:
constructor in class SOutput

getTosClassName

public static java.lang.String getTosClassName()

newInstance

public static SFileOutput newInstance(SContext context,
                                      java.lang.Object[] args)
                               throws STeaException

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.