com.zipxap.vfs
Class VFSOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.zipxap.vfs.VFSOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class VFSOutputStream
extends java.io.OutputStream

This class provides an OutputStream for writing to a file in the VFS.

MilestoneWhoDate, Time
Initial VersionK PenroseJune 2009

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites


Method Summary
 void close()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.OutputStream
Throws:
java.io.IOException