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