Class BufferingOutputStream

java.lang.Object
java.io.OutputStream
org.exoplatform.commons.utils.BufferingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class BufferingOutputStream extends OutputStream
A stream that maintains a buffer and flush it on a delegate output stream when it is filled. Unlike BufferedOutputStream this class is not synchronized.