Class GssOutputStream
java.lang.Object
java.io.OutputStream
org.globus.gsi.gssapi.net.GssOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
- Direct Known Subclasses:
GridFTPOutputStream, GSIGssOutputStream
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected byte[]protected GSSContextprotected intprivate static org.apache.commons.logging.Logprotected OutputStream -
Constructor Summary
ConstructorsConstructorDescriptionGssOutputStream(OutputStream out, GSSContext context) GssOutputStream(OutputStream out, GSSContext context, int size) -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger -
out
-
context
-
autoFlush
protected boolean autoFlush -
buff
protected byte[] buff -
index
protected int index
-
-
Constructor Details
-
GssOutputStream
-
GssOutputStream
-
-
Method Details
-
setAutoFlush
public void setAutoFlush(boolean autoFlush) -
getAutoFlush
public boolean getAutoFlush() -
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
wrap
- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
flushData
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-