Package org.ijsberg.iglu.util.io

Interface Summary
Channel Distributes messages to Receivers.
Filter<T> Implementations filter objects or their contents in some object stream.
Queue Object queue.
Receiver Receives messages from some kind of medium.
Transceiver A transceiver is a device that offers a two-way communication channel.
Transmitter Transmits objects to some medium.
 

Class Summary
BasicChannel Transmits messages to a number of Receivers.
FileData Is a transient carrier for a file stored in the file system.
FileFilterRuleSet Contains up to 4 rules that a file may match.
FileReference  
FileSupport Supports retrieval and deletion of particular files in a directory structure as well as other file system manipulation.
Forwarder Forwards received messages to a transmitter.
Pipe Transmits objects to a specific receiver.
ReceiverQueue A message queue which receives objects from a transmitter.
StdIODialog Takes a configured In- and OutputStream such as System.in and System.out which are used as standard in- and output for an underlying process such as a command shell.
StreamSupport Helper class for stream related functions.
Transponder Receives and retransmits objects asynchronously.
 



Copyright © 2012. All Rights Reserved.