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

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

#include <FilterInputStream.h>

Inheritance diagram for beecrypt::io::FilterInputStream:

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

Collaboration graph
[legend]
List of all members.

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

InputStreamin

Detailed Description


Constructor & Destructor Documentation

beecrypt::io::FilterInputStream::FilterInputStream InputStream in  ) 
 

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


Member Function Documentation

virtual off_t beecrypt::io::FilterInputStream::available  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

Reimplemented in beecrypt::io::PushbackInputStream.

virtual void beecrypt::io::FilterInputStream::close  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

Reimplemented in beecrypt::io::PushbackInputStream.

virtual void beecrypt::io::FilterInputStream::mark off_t   )  throw () [virtual]
 

Reimplemented from beecrypt::io::InputStream.

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

Reimplemented from beecrypt::io::InputStream.

Reimplemented in beecrypt::io::PushbackInputStream.

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

Reimplemented from beecrypt::io::InputStream.

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

Reimplemented from beecrypt::io::InputStream.

Reimplemented in beecrypt::crypto::MacInputStream, beecrypt::io::PushbackInputStream, and beecrypt::security::DigestInputStream.

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

Implements beecrypt::io::InputStream.

Reimplemented in beecrypt::crypto::MacInputStream, beecrypt::io::PushbackInputStream, and beecrypt::security::DigestInputStream.

virtual void beecrypt::io::FilterInputStream::reset  )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

virtual off_t beecrypt::io::FilterInputStream::skip off_t   )  throw (IOException) [virtual]
 

Reimplemented from beecrypt::io::InputStream.

Reimplemented in beecrypt::io::PushbackInputStream.


Member Data Documentation

InputStream& beecrypt::io::FilterInputStream::in [protected]
 


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