#include <FilterInputStream.h>
Public Member Functions | |
FilterInputStream (InputStream &in) | |
virtual | ~FilterInputStream () |
virtual jint | available () throw (IOException) |
virtual void | close () throw (IOException) |
virtual void | mark (jint) throw () |
virtual bool | markSupported () throw () |
virtual jint | read () throw (IOException) |
virtual jint | read (byte *data, jint offset, jint length) throw (IOException) |
virtual jint | read (bytearray &b) throw (IOException) |
virtual void | reset () throw (IOException) |
virtual jint | skip (jint) throw (IOException) |
Protected Attributes | |
InputStream & | in |
beecrypt::io::FilterInputStream::FilterInputStream | ( | InputStream & | in | ) |
virtual beecrypt::io::FilterInputStream::~FilterInputStream | ( | ) | [virtual] |
virtual jint beecrypt::io::FilterInputStream::available | ( | ) | throw (IOException) [virtual] |
virtual void beecrypt::io::FilterInputStream::close | ( | ) | throw (IOException) [virtual] |
virtual void beecrypt::io::FilterInputStream::mark | ( | jint | ) | throw () [virtual] |
Reimplemented from beecrypt::io::InputStream.
virtual bool beecrypt::io::FilterInputStream::markSupported | ( | ) | throw () [virtual] |
virtual jint beecrypt::io::FilterInputStream::read | ( | bytearray & | b | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
virtual jint beecrypt::io::FilterInputStream::read | ( | byte * | data, | |
jint | offset, | |||
jint | length | |||
) | throw (IOException) [virtual] |
virtual jint beecrypt::io::FilterInputStream::read | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::InputStream.
Reimplemented in beecrypt::crypto::MacInputStream, beecrypt::io::PushbackInputStream, and beecrypt::security::DigestInputStream.
virtual void beecrypt::io::FilterInputStream::reset | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
virtual jint beecrypt::io::FilterInputStream::skip | ( | jint | ) | throw (IOException) [virtual] |
InputStream& beecrypt::io::FilterInputStream::in [protected] |