com.judoscript.util
Class StreamCopier.Src

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.judoscript.util.StreamCopier.Src
All Implemented Interfaces:
java.io.Closeable
Enclosing interface:
StreamCopier

public static class StreamCopier.Src
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
StreamCopier.Src(java.io.InputStream is, java.io.File f)
           
StreamCopier.Src(java.io.InputStream is, java.lang.String name, long time, long size, boolean isFile, boolean fromZip)
           
StreamCopier.Src(java.io.InputStream is, java.util.zip.ZipEntry ze)
           
 
Method Summary
 boolean getFromZip()
           
 boolean getIsFile()
           
 java.lang.String getName()
           
 long getSize()
           
 java.util.Date getTime()
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamCopier.Src

public StreamCopier.Src(java.io.InputStream is,
                        java.util.zip.ZipEntry ze)

StreamCopier.Src

public StreamCopier.Src(java.io.InputStream is,
                        java.io.File f)

StreamCopier.Src

public StreamCopier.Src(java.io.InputStream is,
                        java.lang.String name,
                        long time,
                        long size,
                        boolean isFile,
                        boolean fromZip)
Method Detail

getName

public java.lang.String getName()

getTime

public java.util.Date getTime()

getSize

public long getSize()

getIsFile

public boolean getIsFile()

getFromZip

public boolean getFromZip()