Package org.eclipse.jetty.util
Class ByteArrayOutputStream2
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.eclipse.jetty.util.ByteArrayOutputStream2
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
ByteArrayOutputStream with public internals
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeBytes, writeTo
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
ByteArrayOutputStream2
public ByteArrayOutputStream2()Deprecated. -
ByteArrayOutputStream2
public ByteArrayOutputStream2(int size) Deprecated.
-
-
Method Details
-
getBuf
public byte[] getBuf()Deprecated. -
getCount
public int getCount()Deprecated. -
setCount
public void setCount(int count) Deprecated. -
reset
public void reset(int minSize) Deprecated. -
writeUnchecked
public void writeUnchecked(int b) Deprecated. -
toString
Deprecated.- Overrides:
toString
in classByteArrayOutputStream
-