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

#include <PushbackInputStream.h>

Inheritance diagram for beecrypt::io::PushbackInputStream:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PushbackInputStream (InputStream &in, jint size=1)
virtual ~PushbackInputStream ()
virtual jint available () throw (IOException)
virtual void close () throw (IOException)
virtual bool markSupported () throw ()
virtual jint read () throw (IOException)
virtual jint read (byte *data, jint offset, jint length) throw (IOException)
virtual jint skip (jint n) throw (IOException)
void unread (byte) throw (IOException)
void unread (const byte *data, jint offset, jint length) throw (IOException)
void unread (const bytearray &b) throw (IOException)

Protected Attributes

bytearray buf
jint pos


Constructor & Destructor Documentation

beecrypt::io::PushbackInputStream::PushbackInputStream ( InputStream in,
jint  size = 1 
)

virtual beecrypt::io::PushbackInputStream::~PushbackInputStream (  )  [virtual]


Member Function Documentation

virtual jint beecrypt::io::PushbackInputStream::available (  )  throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

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

Reimplemented from beecrypt::io::FilterInputStream.

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

Reimplemented from beecrypt::io::FilterInputStream.

virtual jint beecrypt::io::PushbackInputStream::read ( byte *  data,
jint  offset,
jint  length 
) throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

virtual jint beecrypt::io::PushbackInputStream::read (  )  throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

virtual jint beecrypt::io::PushbackInputStream::skip ( jint  n  )  throw (IOException) [virtual]

Reimplemented from beecrypt::io::FilterInputStream.

void beecrypt::io::PushbackInputStream::unread ( const bytearray &  b  )  throw (IOException)

void beecrypt::io::PushbackInputStream::unread ( const byte *  data,
jint  offset,
jint  length 
) throw (IOException)

void beecrypt::io::PushbackInputStream::unread ( byte   )  throw (IOException)


Member Data Documentation


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

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8