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