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)

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 (  )  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 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 ( bytearray b  )  throw (IOException) [virtual]

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

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 Wed Aug 22 06:29:05 2007 for BeeCrypt by  doxygen 1.5.2