public class GSSOutputStream extends OutputStream
| Constructor and Description |
|---|
GSSOutputStream(OutputStream out,
GSSContext gssContext,
MessageProp messageProp,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] buf) |
void |
write(byte[] b,
int pos,
int len) |
void |
write(int b) |
closepublic GSSOutputStream(OutputStream out, GSSContext gssContext, MessageProp messageProp, int bufferSize)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int pos,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.