|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
org.apache.axiom.attachments.impl.PartFactory.BAOS
static class PartFactory.BAOS
A normal ByteArrayOutputStream, except that it returns the buffer directly instead of returning a copy of the buffer.
Field Summary |
---|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
PartFactory.BAOS()
Create a BAOS with a decent sized buffer |
Method Summary | |
---|---|
byte[] |
toByteArray()
|
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, reset, size, 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 PartFactory.BAOS()
Method Detail |
---|
public byte[] toByteArray()
toByteArray
in class java.io.ByteArrayOutputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |