public class SaslInputStream
extends java.io.FilterInputStream
in| Constructor and Description |
|---|
SaslInputStream (javax.security.sasl.SaslClient sasl,
java.io.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, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SaslInputStream(javax.security.sasl.SaslClient sasl, java.io.InputStream in)
sasl - the SASL clientin - the underlying input streampublic int read() throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] bytes) throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] bytes, int off, int len) throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException