public class GSSInputStream extends InputStream
| Constructor and Description |
|---|
GSSInputStream(InputStream wrapped,
GSSContext gssContext,
MessageProp messageProp) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer,
int pos,
int len) |
available, close, mark, markSupported, read, reset, skippublic GSSInputStream(InputStream wrapped, GSSContext gssContext, MessageProp messageProp)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int pos,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.