public class EBlockImageDCWriter extends EBlockAware implements DataChannelWriter
| Modifier and Type | Field and Description |
|---|---|
protected java.io.DataOutputStream |
output |
context, EOD, EOF, WILL_CLOSE| Constructor and Description |
|---|
EBlockImageDCWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
close(java.io.DataOutputStream myOutput) |
void |
endOfData() |
void |
setDataStream(java.io.OutputStream out) |
void |
write(Buffer buf) |
setTransferContextpublic void setDataStream(java.io.OutputStream out)
setDataStream in interface DataChannelWriterpublic void write(Buffer buf) throws java.io.IOException
write in interface DataChannelWriterjava.io.IOExceptionpublic void endOfData()
throws java.io.IOException
endOfData in interface DataChannelWriterjava.io.IOExceptionpublic static void close(java.io.DataOutputStream myOutput)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface DataChannelWriterjava.io.IOExceptionCopyright © 2013. All Rights Reserved.