Class GridFTPOutputStream
java.lang.Object
java.io.OutputStream
org.globus.gsi.gssapi.net.GssOutputStream
org.globus.ftp.extended.GridFTPOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final byte[]private static final byte[]private static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()voidwriteHandshakeToken(byte[] token) private voidwriteToken(byte[] header, byte[] token) Methods inherited from class GssOutputStream
close, getAutoFlush, setAutoFlush, wrap, write, write, writeMethods inherited from class OutputStream
nullOutputStream
-
Field Details
-
CRLF
private static final byte[] CRLF -
ADAT
private static final byte[] ADAT -
MIC
private static final byte[] MIC -
ENC
private static final byte[] ENC
-
-
Constructor Details
-
GridFTPOutputStream
-
-
Method Details
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classGssOutputStream- Throws:
IOException
-
writeHandshakeToken
- Throws:
IOException
-
writeToken
- Throws:
IOException
-