Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::io::FileInputStream Class Reference
[C++ classes mimicking java.io]

#include <FileInputStream.h>

Inheritance diagram for beecrypt::io::FileInputStream:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::io::FileInputStream:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description


Constructor & Destructor Documentation

beecrypt::io::FileInputStream::FileInputStream FILE *  f  ) 
 

virtual beecrypt::io::FileInputStream::~FileInputStream  )  [virtual]
 


Member Function Documentation

virtual off_t 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 off_t  readlimit  )  throw () [virtual]
 

Reimplemented from beecrypt::io::InputStream.

virtual bool beecrypt::io::FileInputStream::markSupported  )  throw () [virtual]
 

Reimplemented from beecrypt::io::InputStream.

virtual int beecrypt::io::FileInputStream::read bytearray  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

virtual int beecrypt::io::FileInputStream::read byte data,
size_t  offset,
size_t  length
throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

virtual int 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 off_t beecrypt::io::FileInputStream::skip off_t  n  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 10:10:27 2005 for BeeCrypt by  doxygen 1.4.0