Package de.grogra.pf.io

Interface Summary
DOMSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports DOM trees (IOFlavor.DOM).
FileReaderSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports reading from an underlying File (IOFlavor.FILE_READER).
FileWriterSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports writing to Files (IOFlavor.FILE_WRITER).
Filter A Filter is part of a filter pipeline, consisting of a chain of Filters and FilterSources.
FilterSource Instances of FilterSource represent data sources in the pipeline of Filters.
GraphLoader  
InputStreamSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports InputStreams (IOFlavor.INPUT_STREAM).
ObjectSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports objects (IOFlavor.OBJECT).
OutputStreamSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports OutputStreams (IOFlavor.OUTPUT_STREAM).
ProgressMonitor  
ProjectLoader  
ReaderSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports Readers (IOFlavor.READER).
RegistryLoader  
ResourceLoader  
SAXSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports SAX events (IOFlavor.SAX).
VirtualFileReaderSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports reading from an underlying virtual file (IOFlavor.VFILE_READER).
VirtualFileWriterSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports writing to files in a virtual FileSystem.
WriterSource This subinterface of FilterSource has to be implemented by filter sources whose flavor supports Writers (IOFlavor.WRITER).
 

Class Summary
DOMSourceImpl  
ExtensionItem  
FileSource  
FileTypeItem  
FileTypeItem.Map  
FilterBase This is a base class for the implementation of Filters.
FilterItem This factory class is used to represent a FilterSource in the registry.
FilterSource.MetaDataKey<V>  
FilterSourceBase  
GraphMLReader  
GraphReader  
GraphXMLSource  
GSReader  
GSWriter  
GSZReader  
GSZWriter  
GUnzipFilter  
GZipFilter  
IndentWriter  
InputStreamSourceImpl  
IO  
IOFlavor An IOFlavor is similar to a DataFlavor: For some data to be transfered in an IO operation, it describes both the type of data and the way how to transfer it.
LazyFilter  
MimeTypeItem  
NullResourceFilter  
NullSource  
ObjectSourceImpl  
PluginCollector  
PropertyFileReader PropertyFileReader.java Provides functions to read properties from external files.
ReaderSourceImpl A simple implementation of ReaderSource which wraps an existing Reader.
RegistryReader  
SAXFilterBase  
SAXSourceBase  
StreamAdapter  
XMLReaderBase  
XSLTFilter  
 

Exception Summary
IOFormatException