Module platform.core
Package de.grogra.pf.io
package de.grogra.pf.io
-
ClassDescriptionThis subinterface of
FilterSource
has to be implemented by filter sources whose flavor supports DOM trees (IOFlavor.DOM
).This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supports reading from an underlyingFile
(IOFlavor.FILE_READER
).This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supports writing toFile
s (IOFlavor.FILE_WRITER
).This is a base class for the implementation ofFilter
s.This factory class is used to represent aFilterSource
in the registry.Instances ofFilterSource
represent data sources in the pipeline ofFilter
s.This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supportsInputStream
s (IOFlavor.INPUT_STREAM
).AnIOFlavor
is 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 ofFilterSource
has to be implemented by filter sources whose flavor supports objects (IOFlavor.OBJECT
).This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supportsOutputStream
s (IOFlavor.OUTPUT_STREAM
).PropertyFileReader.java Provides functions to read properties from external files.This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supportsReader
s (IOFlavor.READER
).A simple implementation ofReaderSource
which wraps an existingReader
.This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supports SAX events (IOFlavor.SAX
).This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supports reading from an underlying virtual file (IOFlavor.VFILE_READER
).This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supports writing to files in a virtualFileSystem
.This subinterface ofFilterSource
has to be implemented by filter sources whose flavor supportsWriter
s (IOFlavor.WRITER
).