de.grogra.pf.io
Interface FileWriterSource
- All Superinterfaces:
- FilterSource, RegistryContext
- All Known Implementing Classes:
- ClassicVRMLExport, ExportModule, GSWriter, LazyFilter, MTGExport, NullSource, StreamAdapter, VRML97Export, X3DExport
public interface FileWriterSource
- extends FilterSource
This subinterface of FilterSource
has to be implemented
by filter sources whose flavor supports writing to File
s
(IOFlavor.FILE_WRITER
). It represents the data
by writing it to a File
.
- Author:
- Ole Kniemeyer
Method Summary |
void |
write(java.io.File out)
This method writes the data to out . |
write
void write(java.io.File out)
throws java.io.IOException
- This method writes the data to
out
.
- Parameters:
out
- the file to which data is written
- Throws:
java.io.IOException