|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.wrapper.util.ChunkedOutputStream
public class ChunkedOutputStream
An output stream that writes chunks to a stream in the correct order.
| Constructor Summary | |
|---|---|
ChunkedOutputStream(java.io.OutputStream out,
long chunks)
|
|
| Method Summary | |
|---|---|
boolean |
write(byte[] data,
long chunkNr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkedOutputStream(java.io.OutputStream out,
long chunks)
out - the output stream to write the chunks tochunks - the number of chunks to be expected| Method Detail |
|---|
public boolean write(byte[] data,
long chunkNr)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||