StreamImageDCWriter (Java Globus API)
org.globus.ftp.dc
Class StreamImageDCWriter
java.lang.Object
|
+--org.globus.ftp.dc.StreamImageDCWriter
- All Implemented Interfaces:
- DataChannelWriter
- Direct Known Subclasses:
- StreamAsciiDCWriter
- public class StreamImageDCWriter
- extends java.lang.Object
- implements DataChannelWriter
|
Field Summary |
protected java.io.OutputStream |
output
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
protected java.io.OutputStream output
StreamImageDCWriter
public StreamImageDCWriter()
setDataStream
public void setDataStream(java.io.OutputStream out)
- Specified by:
setDataStream in interface DataChannelWriter
write
public void write(Buffer buf)
throws java.io.IOException
- Specified by:
write in interface DataChannelWriter
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface DataChannelWriter
java.io.IOException