Searched defs:PoolingByteArrayOutputStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java26 public class PoolingByteArrayOutputStream extends ByteArrayOutputStream { class in inherits:ByteArrayOutputStream
28 * If the {@link #PoolingByteArrayOutputStream(ByteArrayPool)} constructor is called, this is
36 * Constructs a new PoolingByteArrayOutputStream with a default size. If more bytes are written
39 public PoolingByteArrayOutputStream(ByteArrayPool pool) { method in class:PoolingByteArrayOutputStream
51 public PoolingByteArrayOutputStream(ByteArrayPool pool, int size) { method in class:PoolingByteArrayOutputStream

Completed in 43 milliseconds