Package org.postgresql.gss
Class GSSOutputStream
java.lang.Object
java.io.OutputStream
org.postgresql.gss.GSSOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionGSSOutputStream(OutputStream out, GSSContext gssContext, MessageProp messageProp, int bufferSize) -
Method Summary
Methods inherited from class java.io.OutputStream
close, nullOutputStream
-
Constructor Details
-
GSSOutputStream
public GSSOutputStream(OutputStream out, GSSContext gssContext, MessageProp messageProp, int bufferSize)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-