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