Tea Java Runtime API
Version 3.2.4

com.pdmfc.tea.modules.io
Class SFileInput

java.lang.Object
  extended by com.pdmfc.tea.modules.tos.STosObj
      extended by com.pdmfc.tea.modules.io.SInput
          extended by com.pdmfc.tea.modules.io.SFileInput
All Implemented Interfaces:
SObjFunction

public class SFileInput
extends SInput

Instances of this class represent file input streams.


Constructor Summary
SFileInput(STosClass myClass)
          The constructor initializes the object internal state.
 
Method Summary
 java.lang.Object constructor(SObjFunction obj, SContext context, java.lang.Object[] args)
          The implementation for the constructor method.
static java.lang.String getTosClassName()
           
static SFileInput newInstance(SContext context, java.lang.Object[] args)
           
 
Methods inherited from class com.pdmfc.tea.modules.io.SInput
close, close, copyTo, copyTo, copyTo, copyTo, getInputStream, newInstance, open, readln, readln
 
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

SFileInput

public SFileInput(STosClass myClass)
           throws STeaException
The constructor initializes the object internal state.

Parameters:
myClass - The STosClass object for this object.
Throws:
STeaException
Method Detail

constructor

public java.lang.Object constructor(SObjFunction obj,
                                    SContext context,
                                    java.lang.Object[] args)
                             throws STeaException
Description copied from class: SInput
The implementation for the constructor method.

Overrides:
constructor in class SInput
Throws:
STeaException

getTosClassName

public static java.lang.String getTosClassName()

newInstance

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

Tea Java Runtime API
Version 3.2.4

© 2009 PDM&FC, All Rights Reserved.