ByteArrayOutputStream

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(int par_size)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
toByteArray
byte[] toByteArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(String enc)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(int hibyte)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b, ptrdiff_t off, ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTo
void writeTo(java.io.OutputStream.OutputStream out_KEYWORDESCAPE)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Array buffer;
Undocumented in source.
buffer
OutBuffer buffer;
Undocumented in source.

Inherited Members

From OutputStream

write
void write(int b)
Undocumented in source.
write
void write(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b, ptrdiff_t off, ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta