Interface FileWriterSource

All Superinterfaces:
FilterSource, RegistryContext
All Known Implementing Classes:
ClassicVRMLExport, DXFExport, GLTFExport, GSDWriterFilter, GSWriter, LazyFilter, MTGExport, NullSource, OBJExport, OBJExport, PLYExport, PLYExport, POVExport, STLExport, StreamAdapter, TEXExport, VRML97Export, WebGLExport, X3DExport, XEGExportScene

public interface FileWriterSource extends FilterSource
This subinterface of FilterSource has to be implemented by filter sources whose flavor supports writing to Files (IOFlavor.FILE_WRITER). It represents the data by writing it to a File.
Author:
Ole Kniemeyer
  • Method Details

    • write

      void write(File out) throws IOException
      This method writes the data to out.
      Parameters:
      out - the file to which data is written
      Throws:
      IOException