public class StreamImageDCWriter extends java.lang.Object implements DataChannelWriter
| Modifier and Type | Field and Description |
|---|---|
protected java.io.OutputStream |
output |
| Constructor and Description |
|---|
StreamImageDCWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endOfData() |
void |
setDataStream(java.io.OutputStream out) |
void |
write(Buffer buf) |
public 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 void close()
throws java.io.IOException
close in interface DataChannelWriterjava.io.IOExceptionCopyright © 2013. All Rights Reserved.