|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
jhplot.io.DbByteArrayOutputStream
public class DbByteArrayOutputStream
Extends ByteArrayOutputStream to provide a way of writing the buffer to a DataOutput without re-allocating it.
Constructor Summary | |
---|---|
DbByteArrayOutputStream()
|
|
DbByteArrayOutputStream(int size)
|
Method Summary | |
---|---|
void |
writeTo(java.io.DataOutput dstr)
Writes the full contents of the buffer a DataOutput stream. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DbByteArrayOutputStream()
public DbByteArrayOutputStream(int size)
Method Detail |
---|
public void writeTo(java.io.DataOutput dstr) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |