com.pdmfc.tea.modules.io
Class SUrlInput
java.lang.Object
|
+--com.pdmfc.tea.modules.tos.STosObj
|
+--com.pdmfc.tea.modules.io.SInput
|
+--com.pdmfc.tea.modules.io.SUrlInput
- All Implemented Interfaces:
- SObjFunction
- public class SUrlInput
- extends SInput
Instances of this class represent file input streams.
|
Constructor Summary |
SUrlInput(STosClass myClass)
The constructor initializes the object internal state. |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUrlInput
public SUrlInput(STosClass myClass)
throws STeaException
- The constructor initializes the object internal state.
- Parameters:
myClass - The STosClass object for this object.
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
getTosClassName
public static java.lang.String getTosClassName()
newInstance
public static SUrlInput newInstance(SContext context,
java.lang.Object[] args)
throws STeaException
© 2002 PDM&FC, All Rights Reserved.