com.zipxap.vfs
Class VFSOutputStream
java.lang.Object
java.io.OutputStream
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.
| Milestone | Who | Date, Time |
| Initial Version | K Penrose | June 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
| 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 |
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