Module platform.core
Package de.grogra.pf.io
package de.grogra.pf.io
-
ClassDescriptionThis subinterface of
FilterSourcehas to be implemented by filter sources whose flavor supports DOM trees (IOFlavor.DOM).This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports reading from an underlyingFile(IOFlavor.FILE_READER).This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports writing toFiles (IOFlavor.FILE_WRITER).This is a base class for the implementation ofFilters.This factory class is used to represent aFilterSourcein the registry.Instances ofFilterSourcerepresent data sources in the pipeline ofFilters.This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supportsInputStreams (IOFlavor.INPUT_STREAM).AnIOFlavoris similar to aDataFlavor: For some data to be transfered in an IO operation, it describes both the type of data and the way how to transfer it.This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports objects (IOFlavor.OBJECT).This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supportsOutputStreams (IOFlavor.OUTPUT_STREAM).A file used to read options locally.PropertyFileReader.java Provides functions to read properties from external files.This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supportsReaders (IOFlavor.READER).A simple implementation ofReaderSourcewhich wraps an existingReader.This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports SAX events (IOFlavor.SAX).This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports reading from an underlying virtual file (IOFlavor.VFILE_READER).This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supports writing to files in a virtualFileSystem.This subinterface ofFilterSourcehas to be implemented by filter sources whose flavor supportsWriters (IOFlavor.WRITER).