Class BitRateInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.aoapps.hodgepodge.io.BitRateInputStream
All Implemented Interfaces:
NoClose, Closeable, AutoCloseable

public class BitRateInputStream extends FilterInputStream implements NoClose
A BitRateInputStream regulates an Does not count bytes skipped toward bit rate. InputStream 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.