edu.fccc.vf
Class GZipShadowingFile

java.lang.Object
  extended byedu.fccc.vf.NameShadowingFile
      extended byedu.fccc.vf.GZipShadowingFile
All Implemented Interfaces:
java.io.Serializable, VirtualFile

public class GZipShadowingFile
extends NameShadowingFile

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
GZipShadowingFile(java.lang.String name, java.io.File realFile)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
          if you are not allowed to write to this, will be null
 int hashCode()
           
 
Methods inherited from class edu.fccc.vf.NameShadowingFile
canRead, canWrite, equals, exists, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

GZipShadowingFile

public GZipShadowingFile(java.lang.String name,
                         java.io.File realFile)
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
Description copied from interface: VirtualFile
if you are not allowed to write to this, will be null

Specified by:
getOutputStream in interface VirtualFile
Overrides:
getOutputStream in class NameShadowingFile

getInputStream

public java.io.InputStream getInputStream()
Specified by:
getInputStream in interface VirtualFile
Overrides:
getInputStream in class NameShadowingFile

hashCode

public int hashCode()
Specified by:
hashCode in interface VirtualFile
Overrides:
hashCode in class NameShadowingFile