#include <DataInputStream.h>
Public Member Functions | |
DataInputStream (InputStream &in) | |
virtual | ~DataInputStream () |
virtual bool | readBoolean () throw (IOException) |
virtual jbyte | readByte () throw (IOException) |
virtual jchar | readChar () throw (IOException) |
virtual void | readFully (byte *data, jint offset, jint length) throw (IOException) |
virtual void | readFully (bytearray &b) throw (IOException) |
virtual jint | readInt () throw (IOException) |
virtual String | readLine () throw (IOException) |
virtual jlong | readLong () throw (IOException) |
virtual jshort | readShort () throw (IOException) |
virtual jint | readUnsignedByte () throw (IOException) |
virtual jint | readUnsignedShort () throw (IOException) |
virtual String | readUTF () throw (IOException) |
virtual jint | skipBytes (jint 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 jbyte beecrypt::io::DataInputStream::readByte | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual jchar beecrypt::io::DataInputStream::readChar | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readFully | ( | bytearray & | b | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual void beecrypt::io::DataInputStream::readFully | ( | byte * | data, | |
jint | offset, | |||
jint | length | |||
) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual jint 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 jlong beecrypt::io::DataInputStream::readLong | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual jshort beecrypt::io::DataInputStream::readShort | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual jint beecrypt::io::DataInputStream::readUnsignedByte | ( | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.
virtual jint 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 jint beecrypt::io::DataInputStream::skipBytes | ( | jint | n | ) | throw (IOException) [virtual] |
Implements beecrypt::io::DataInput.