Package org.globus.gsi.gssapi.net
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 intprotected OutputStream -
Constructor Summary
ConstructorsConstructorDescriptionGssOutputStream(OutputStream out, GSSContext context) GssOutputStream(OutputStream out, GSSContext context, int size) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
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
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-