gnu.inet.util
Class SaslInputStream
FilterInputStream
gnu.inet.util.SaslInputStream
public class SaslInputStream
extends FilterInputStream
A filter input stream that decodes all its received input using a SASL
client.
- Chris Burdess
int | read() - Reads a single character.
|
int | read(byte[] bytes)
|
int | read(byte[] bytes, int off, int len) - Block read.
|
SaslInputStream
public SaslInputStream(SaslClient sasl,
InputStream in)
Constructor.
sasl
- the SASL clientin
- the underlying input stream
read
public int read()
throws IOException
Reads a single character.
read
public int read(byte[] bytes)
throws IOException
read
public int read(byte[] bytes,
int off,
int len)
throws IOException
Block read.
© Copyright 2003 The Free Software Foundation,
all rights reserved