public class SaslInputStream extends FilterInputStream
in| Constructor and Description |
|---|
SaslInputStream(SaslClient sasl,
InputStream in)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Reads a single character.
|
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len)
Block read.
|
available, close, mark, markSupported, reset, skippublic SaslInputStream(SaslClient sasl, InputStream in)
sasl - the SASL clientin - the underlying input streampublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] bytes,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2017. All rights reserved.