Package io.milton.httpclient
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 -
Method Summary
Methods inherited from class org.apache.commons.io.output.ByteArrayOutputStream
reset, size, toBufferedInputStream, toBufferedInputStream, toByteArray, toInputStream, write, write, write, writeToMethods inherited from class org.apache.commons.io.output.AbstractByteArrayOutputStream
close, needNewBuffer, resetImpl, toByteArrayImpl, toInputStream, toString, toString, toString, writeImpl, writeImpl, writeImpl, writeToImplMethods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
MyByteArrayOutputStream
public MyByteArrayOutputStream()
-
-
Method Details
-
readFully
- Throws:
IOException
-
asIn
-