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

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

#include <InputStream.h>

Inheritance diagram for beecrypt::io::InputStream:

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

Collaboration graph
[legend]
List of all members.

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)

Detailed Description


Constructor & Destructor Documentation

virtual beecrypt::io::InputStream::~InputStream  )  [inline, virtual]
 


Member Function Documentation

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream.

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

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

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

Implemented in beecrypt::crypto::MacInputStream, beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, beecrypt::io::PushbackInputStream, and beecrypt::security::DigestInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, and beecrypt::io::FilterInputStream.

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

Reimplemented in beecrypt::io::ByteArrayInputStream, beecrypt::io::FileInputStream, beecrypt::io::FilterInputStream, and beecrypt::io::PushbackInputStream.


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