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 Details

    • write

      void write(FileSystem fs, Object out) throws IOException
      This method writes the data to out.
      Parameters:
      fs - the file system to which data is written
      out - the file to which data is written
      Throws:
      IOException