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