#include <DataInputStream.h>
Public Member Functions | |
DataInputStream (InputStream &in) | |
virtual | ~DataInputStream () |
virtual bool | readBoolean () throw (IOException) |
virtual javabyte | readByte () throw (IOException) |
virtual javachar | readChar () throw (IOException) |
virtual void | readFully (byte *data, size_t offset, size_t length) throw (IOException) |
virtual void | readFully (bytearray &b) throw (IOException) |
virtual javaint | readInt () throw (IOException) |
virtual String * | readLine () throw (IOException) |
virtual void | readLine (String &line) throw (IOException) |
virtual javalong | readLong () throw (IOException) |
virtual javashort | readShort () throw (IOException) |
virtual int | readUnsignedByte () throw (IOException) |
virtual int | readUnsignedShort () throw (IOException) |
virtual String * | readUTF () throw (IOException) |
virtual void | readUTF (String &str) throw (IOException) |
virtual off_t | skipBytes (off_t n) throw (IOException) |
beecrypt::io::DataInputStream::DataInputStream | ( | InputStream & | in | ) |
virtual beecrypt::io::DataInputStream::~DataInputStream | ( | ) | [virtual] |
virtual bool beecrypt::io::DataInputStream::readBoolean | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual javabyte beecrypt::io::DataInputStream::readByte | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual javachar beecrypt::io::DataInputStream::readChar | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readFully | ( | byte * | data, | |
size_t | offset, | |||
size_t | length | |||
) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readFully | ( | bytearray & | b | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual javaint beecrypt::io::DataInputStream::readInt | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual String* beecrypt::io::DataInputStream::readLine | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readLine | ( | String & | line | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual javalong beecrypt::io::DataInputStream::readLong | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual javashort beecrypt::io::DataInputStream::readShort | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual int beecrypt::io::DataInputStream::readUnsignedByte | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual int beecrypt::io::DataInputStream::readUnsignedShort | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual String* beecrypt::io::DataInputStream::readUTF | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readUTF | ( | String & | str | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual off_t beecrypt::io::DataInputStream::skipBytes | ( | off_t | n | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.