Package org.ssonet.io

I/O-Components for SSONET.

See:
          Description

Interface Summary
IOStream Interface for an Input/Output-Stream for reading and writing byte arrays.
 

Class Summary
ByteIOStream This class constructs an IOStream from an Input- and an Outputstream.
IOFilterStream Base for IOStreams wich need to exchange messages asynchronous.
IOInputStream Provides the InputStream interface to an IOStream.
IOOutputStream Provides the OutputStream interface to an IOStream.
NullFilterStream Simple Implementation of an IOFilterStream.
XMLTools This class encloses some methods to handle common XML issues.
 

Package org.ssonet.io Description

I/O-Components for SSONET.
The idea here is to construct a stream with input and output capabilities. ByteIOStream is used to construct an IOStream.
IOInput- and IOOutputStream are used to get separate streams from such an IOStream for compatibility with classes from java.io.
IOFilterStream is the base for filtering IOStreams, which need to receive and messages asynchronously.



Copyright © 2003 DRIM Team. All Rights Reserved.