- All Superinterfaces:
FilterSource,RegistryContext
- All Known Implementing Classes:
ClassicVRMLExport,DXFExport,GLTFExport,GSWriter,LazyFilter,ModLibWriter,MTGExport,NullSource,OBJExport,PLYExport,POVExport,QSMExport,RootlessXMLExporter,SecGraphExporter,STLExport,StreamAdapter,TEXExport,VRML97Export,WebGLExport,X3DExport
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V> -
Field Summary
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL -
Method Summary
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Method Details
-
write
This method writes the data toout.- Parameters:
out- the file to which data is written- Throws:
IOException
-