Class BufferedOutputStream

java.lang.Object
java.io.OutputStream
com.bumptech.glide.load.data.BufferedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class BufferedOutputStream extends OutputStream
An OutputStream implementation that recycles and re-uses byte[]s using the provided ArrayPool.