gnu.inet.util
Class SaslOutputStream
FilterOutputStream
gnu.inet.util.SaslOutputStream
public class SaslOutputStream
extends FilterOutputStream
A filter output stream that encodes data written to it using a SASL
client.
void | write(byte[] bytes)
|
void | write(byte[] bytes, int off, int len) - Block write.
|
void | write(int c) - Character write.
|
SaslOutputStream
public SaslOutputStream(SaslClient sasl,
OutputStream out)
Constructor.
sasl
- the SASL clientout
- the target output stream
write
public void write(byte[] bytes)
throws IOException
write
public void write(byte[] bytes,
int off,
int len)
throws IOException
Block write.
write
public void write(int c)
throws IOException
Character write.
© Copyright 2003 The Free Software Foundation,
all rights reserved