|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream java.io.ByteArrayOutputStream org.mortbay.util.ByteArrayOutputStream2
public class ByteArrayOutputStream2
ByteArrayOutputStream with public internals
Field Summary |
---|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
ByteArrayOutputStream2()
|
|
ByteArrayOutputStream2(int size)
|
Method Summary | |
---|---|
byte[] |
getBuf()
|
int |
getCount()
|
void |
reset(int minSize)
|
void |
setCount(int count)
|
void |
writeUnchecked(int b)
|
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayOutputStream2()
public ByteArrayOutputStream2(int size)
Method Detail |
---|
public byte[] getBuf()
public int getCount()
public void setCount(int count)
public void reset(int minSize)
public void writeUnchecked(int b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |