#include <FileInputStream.h>
Inheritance diagram for beecrypt::io::FileInputStream:
Public Member Functions | |
FileInputStream (FILE *f) | |
virtual | ~FileInputStream () |
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 () throw (IOException) |
virtual int | read (byte *data, size_t offset, size_t length) throw (IOException) |
virtual int | read (bytearray &) throw (IOException) |
virtual void | reset () throw (IOException) |
virtual off_t | skip (off_t n) throw (IOException) |
|
|
|
|
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Implements beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |
|
Reimplemented from beecrypt::io::InputStream. |