de.grogra.pf.io
Interface VirtualFileWriterSource
- All Superinterfaces:
- FilterSource, RegistryContext
- All Known Implementing Classes:
- LazyFilter, NullSource, StreamAdapter
public interface VirtualFileWriterSource
- extends FilterSource
This subinterface of FilterSource
has to be implemented
by filter sources whose flavor supports writing to files in
a virtual FileSystem
.
(IOFlavor.VFILE_WRITER
). It represents the data
by writing it to a file.
- Author:
- Ole Kniemeyer
Method Summary |
void |
write(FileSystem fs,
java.lang.Object out)
This method writes the data to out . |
write
void write(FileSystem fs,
java.lang.Object out)
throws java.io.IOException
- This method writes the data to
out
.
- Parameters:
fs
- the file system to which data is writtenout
- the file to which data is written
- Throws:
java.io.IOException