futils
Class ProtoType
java.lang.Object
   futils.ProtoType
futils.ProtoType
- public class ProtoType 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProtoType
public ProtoType()
ls
public java.lang.String[] ls(java.lang.String wc)
- 
 
lsAbs
public java.lang.String[] lsAbs(java.lang.String wc)
- 
 
getDir
public java.io.File getDir()
- 
 
getReadFileName
public java.lang.String getReadFileName()
- 
 
getPrintWriter
public java.io.PrintWriter getPrintWriter()
                                   throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getWriteFileName
public java.lang.String getWriteFileName()
- 
 
processLine
public void processLine(java.io.StreamTokenizer st)
                 throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
process
public void process(java.io.InputStream is)
             throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
process
public void process(java.lang.String fn)
- 
 
process
public void process()
- 
 
main
public static void main(java.lang.String[] args)
-