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]

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

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

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

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

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

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

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

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


The documentation for this class was generated from the following file:

Generated on Fri Jul 24 19:07:27 2009 for BeeCrypt by  doxygen 1.5.9