Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.util
Class SZipFile

java.lang.Object
  |
  +--com.pdmfc.tea.modules.tos.STosObj
        |
        +--com.pdmfc.tea.modules.util.SZipFile
All Implemented Interfaces:
SObjFunction

public class SZipFile
extends STosObj


Constructor Summary
SZipFile(STosClass myClass)
           
 
Method Summary
 java.lang.Object close(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object constructor(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object getEntryNames(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object getInput(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object isDirectory(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 java.lang.Object open(SObjFunction obj, SContext context, java.lang.Object[] args)
           
 
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

SZipFile

public SZipFile(STosClass myClass)
         throws STeaException
Method Detail

constructor

public java.lang.Object constructor(SObjFunction obj,
                                    SContext context,
                                    java.lang.Object[] args)
                             throws STeaException

open

public java.lang.Object open(SObjFunction obj,
                             SContext context,
                             java.lang.Object[] args)
                      throws STeaException

close

public java.lang.Object close(SObjFunction obj,
                              SContext context,
                              java.lang.Object[] args)
                       throws STeaException

getEntryNames

public java.lang.Object getEntryNames(SObjFunction obj,
                                      SContext context,
                                      java.lang.Object[] args)
                               throws STeaException

getInput

public java.lang.Object getInput(SObjFunction obj,
                                 SContext context,
                                 java.lang.Object[] args)
                          throws STeaException

isDirectory

public java.lang.Object isDirectory(SObjFunction obj,
                                    SContext context,
                                    java.lang.Object[] args)
                             throws STeaException

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.