Package com.sibvisions.util.io

Contains I/O utility classes.

See:
          Description

Class Summary
ByteCountInputStream The ByteCountInputStream is an InputStream wrapper which counts read bytes and also enables reading of expected bytes if known.
ByteCountOutputStream The ByteCountOutputStream is an OutputStream wrapper which counts written bytes.
MagicByteInputStream The MagicByteInputStream is an InputStream wrapper which reads some magic bytes from the end of the stream.
NonClosingInputStream The NonClosingInputstream is an InputStream wrapper that is not closable.
NonClosingOutputStream The NonClosingOutputStream is an OutputStream wrapper that is not closable.
NullOutputStream The NullOutputStream is an OutputStream which doesn't write anything.
ShadowCopyInputStream The ShadowCopyInputStream is an InputStream wrapper that copies every read byte to an internal cache.
ShadowCopyOutputStream The ShadowCopyOutputStream is an OutputStream wrapper that copies every written byte to an internal cache.
 

Package com.sibvisions.util.io Description

Contains I/O utility classes.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.