#include <InputStream.h>
Inheritance diagram for beecrypt::io::InputStream:
Public Member Functions | |
virtual | ~InputStream () |
virtual off_t | available () throw (IOException) |
virtual void | close () throw (IOException) |
virtual void | mark (off_t readlimit) throw () |
virtual bool | markSupported () throw () |
virtual int | read ()=0 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 n) throw (IOException) |
|
|
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream. |
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream. |
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream. |
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream. |
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream. |
|
|
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream. |
|
Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream. |