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 boolean
protected byte[]
protected GSSContext
protected int
protected 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:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
wrap
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-