Package org.bouncycastle.util.io
Utility classes providing zeroizing buffering and pass through streams similar to the tee command in Unix.
-
Class Summary Class Description BufferingOutputStream An output stream that buffers data to be feed into an encapsulated output stream.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 Exception Description StreamOverflowException Exception thrown when too much data is written to an InputStream