Package org.globus.ftp.dc
Class EBlockImageDCWriter
java.lang.Object
org.globus.ftp.dc.EBlockAware
org.globus.ftp.dc.EBlockImageDCWriter
- All Implemented Interfaces:
DataChannelWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Log
protected DataOutputStream
Fields inherited from class org.globus.ftp.dc.EBlockAware
context, EOD, EOF, WILL_CLOSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static void
close
(DataOutputStream myOutput) void
void
void
Methods inherited from class org.globus.ftp.dc.EBlockAware
setTransferContext
-
Field Details
-
logger
static org.apache.commons.logging.Log logger -
output
-
-
Constructor Details
-
EBlockImageDCWriter
public EBlockImageDCWriter()
-
-
Method Details
-
setDataStream
- Specified by:
setDataStream
in interfaceDataChannelWriter
-
write
- Specified by:
write
in interfaceDataChannelWriter
- Throws:
IOException
-
endOfData
- Specified by:
endOfData
in interfaceDataChannelWriter
- Throws:
IOException
-
close
- Throws:
IOException
-
close
- Specified by:
close
in interfaceDataChannelWriter
- Throws:
IOException
-