Bouncy Castle Cryptography Library 1.77.0

Package org.bouncycastle.util.io

General purpose I/O helper classes and wrappers.

See:
          Description

Class Summary
BufferingOutputStream An output stream that buffers data to be feed into an encapsulated output stream.
SimpleOutputStream  
Streams Utility methods to assist with stream processing.
TeeInputStream An input stream which copies anything read through it to another stream.
TeeOutputStream An output stream which copies anything written into it to another stream.
 

Exception Summary
StreamOverflowException Exception thrown when too much data is written to an InputStream
 

Package org.bouncycastle.util.io Description

General purpose I/O helper classes and wrappers.


Bouncy Castle Cryptography Library 1.77.0