Class MyByteArrayOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.io.output.AbstractByteArrayOutputStream
org.apache.commons.io.output.ByteArrayOutputStream
io.milton.httpclient.MyByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MyByteArrayOutputStream extends org.apache.commons.io.output.ByteArrayOutputStream
Author:
mcevoyb
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.commons.io.output.AbstractByteArrayOutputStream

    org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
  • Field Summary

    Fields inherited from class org.apache.commons.io.output.AbstractByteArrayOutputStream

    count
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class org.apache.commons.io.output.ByteArrayOutputStream

    reset, size, toBufferedInputStream, toBufferedInputStream, toByteArray, toInputStream, write, write, write, writeTo

    Methods inherited from class org.apache.commons.io.output.AbstractByteArrayOutputStream

    close, needNewBuffer, resetImpl, toByteArrayImpl, toInputStream, toString, toString, toString, writeImpl, writeImpl, writeImpl, writeToImpl

    Methods inherited from class java.io.OutputStream

    flush, nullOutputStream, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait