Class BlockedOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class BlockedOutputStream
    extends OutputStream
    Buffers all input in a growing buffer until flush() is called. Then entire buffer is written, with size information, and padding to force the underlying crypto output stream to also fully flush