|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
de.grogra.util.XByteArrayOutputStream
public class XByteArrayOutputStream
| Field Summary |
|---|
| Fields inherited from class java.io.ByteArrayOutputStream |
|---|
buf, count |
| Constructor Summary | |
|---|---|
XByteArrayOutputStream(int size)
|
|
| Method Summary | |
|---|---|
java.io.ByteArrayInputStream |
createInputStream()
|
byte[] |
getBuffer()
|
void |
read(java.io.InputStream in)
|
| 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 XByteArrayOutputStream(int size)
| Method Detail |
|---|
public java.io.ByteArrayInputStream createInputStream()
public byte[] getBuffer()
public void read(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||