Class BitRateOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.aoapps.hodgepodge.io.BitRateOutputStream
All Implemented Interfaces:
NoClose, Closeable, Flushable, AutoCloseable

public class BitRateOutputStream extends FilterOutputStream implements NoClose
A BitRateOutputStream regulates an OutputStream to a specific bit rate. Please note that this class is not synchronized so it should only be used from a single Thread or should be synchronized externally.
Author:
AO Industries, Inc.