#include <FileInputStream.h>


Public Member Functions | |
| FileInputStream (FILE *f) | |
| virtual | ~FileInputStream () |
| virtual jint | available () throw (IOException) |
| virtual void | close () throw (IOException) |
| virtual void | mark (jint readlimit) 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 &) throw (IOException) |
| virtual void | reset () throw (IOException) |
| virtual jint | skip (jint n) throw (IOException) |
| beecrypt::io::FileInputStream::FileInputStream | ( | FILE * | f | ) |
| virtual beecrypt::io::FileInputStream::~FileInputStream | ( | ) | [virtual] |
| virtual jint beecrypt::io::FileInputStream::available | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual void beecrypt::io::FileInputStream::close | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual void beecrypt::io::FileInputStream::mark | ( | jint | readlimit | ) | throw () [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual bool beecrypt::io::FileInputStream::markSupported | ( | ) | throw () [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual jint beecrypt::io::FileInputStream::read | ( | bytearray & | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual jint beecrypt::io::FileInputStream::read | ( | byte * | data, | |
| jint | offset, | |||
| jint | length | |||
| ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual jint beecrypt::io::FileInputStream::read | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::InputStream.
| virtual void beecrypt::io::FileInputStream::reset | ( | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
| virtual jint beecrypt::io::FileInputStream::skip | ( | jint | n | ) | throw (IOException) [virtual] |
Reimplemented from beecrypt::io::InputStream.
1.5.8