org.globus.ftp.dc
Class StreamAsciiDCWriter

java.lang.Object
  extended by org.globus.ftp.dc.StreamImageDCWriter
      extended by org.globus.ftp.dc.StreamAsciiDCWriter
All Implemented Interfaces:
DataChannelWriter

public class StreamAsciiDCWriter
extends StreamImageDCWriter


Field Summary
protected  AsciiTranslator translator
           
 
Fields inherited from class org.globus.ftp.dc.StreamImageDCWriter
output
 
Constructor Summary
StreamAsciiDCWriter()
           
 
Method Summary
 void write(Buffer buffer)
           
 
Methods inherited from class org.globus.ftp.dc.StreamImageDCWriter
close, endOfData, setDataStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translator

protected AsciiTranslator translator
Constructor Detail

StreamAsciiDCWriter

public StreamAsciiDCWriter()
Method Detail

write

public void write(Buffer buffer)
           throws java.io.IOException
Specified by:
write in interface DataChannelWriter
Overrides:
write in class StreamImageDCWriter
Throws:
java.io.IOException