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 DataChannelWriter
public void write(Buffer buf) throws java.io.IOException
write
in interface DataChannelWriter
java.io.IOException
public void endOfData() throws java.io.IOException
endOfData
in interface DataChannelWriter
java.io.IOException
public void close() throws java.io.IOException
close
in interface DataChannelWriter
java.io.IOException
Copyright © 2013. All Rights Reserved.