public class GSSOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
GSSOutputStream(java.io.OutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.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) |
public GSSOutputStream(java.io.OutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.MessageProp messageProp,
int bufferSize)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buf)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int pos,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2020 PostgreSQL Global Development Group. All rights reserved.