Package org.bouncycastle.util.io
package org.bouncycastle.util.io
Utility classes providing zeroizing buffering and pass through streams similar to the tee command in Unix.
-
ClassDescriptionAn output stream that buffers data to be feed into an encapsulated output stream.Exception thrown when too much data is written to an InputStreamUtility methods to assist with stream processing.An input stream which copies anything read through it to another stream.An output stream which copies anything written into it to another stream.An output stream limited in size to the underlying byte array backing it.