|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.util.ByteChunkOutputStream
public final class ByteChunkOutputStream
| Constructor Summary | |
|---|---|
ByteChunkOutputStream(java.io.OutputStream os)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the stream. |
void |
flush()
Flush any "pending" "writes" in the stream. |
void |
write(byte[] d)
Write an object to the stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteChunkOutputStream(java.io.OutputStream os)
| Method Detail |
|---|
public void write(byte[] d)
ObjectOutputStream
write in interface ObjectOutputStream<byte[]>d - the object to write.public void close()
ObjectOutputStream
close in interface ObjectOutputStream<byte[]>public void flush()
ObjectOutputStream
flush in interface ObjectOutputStream<byte[]>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||