Package com.buglabs.osgi.filesystem.util

Interface Summary
PipeReaderThread.InputAction  
PipeWriterThread.ContentSource Defines the source of content from which will be read and sent to clients on the pipe.
 

Class Summary
AbstractPipeThread Push output of reader to clients on other side of pipe.
PipeReaderThread Given a filename and an InputAction, will create and read from a pipe, passing input to the InputAction.
PipeWriterThread Push output of reader to clients on other side of pipe.