|
||||||||||
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.crsh.util.BytesOutputStream
public class BytesOutputStream
Field Summary | |
---|---|
private boolean |
closed . |
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
BytesOutputStream() |
|
BytesOutputStream(int size) |
Method Summary | |
---|---|
void |
close() |
InputStream |
getInputStream() |
Methods inherited from class java.io.ByteArrayOutputStream |
---|
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 |
Field Detail |
---|
private boolean closed
Constructor Detail |
---|
public BytesOutputStream()
public BytesOutputStream(int size)
Method Detail |
---|
public InputStream getInputStream()
public void close() throws IOException
close
in interface Closeable
close
in class ByteArrayOutputStream
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |