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, skip
public GSSInputStream(InputStream wrapped, GSSContext gssContext, MessageProp messageProp)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] buffer, int pos, int len) throws IOException
read
in class InputStream
IOException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.