gridripper::io::DataInputStream Class Reference
Java-like data input stream.
More...
#include <DataInputStream.h>
List of all members.
|
Public Member Functions |
|
| DataInputStream (istream &is) |
|
string | readString () throw (IOException&) |
|
unsigned int | readUnsignedInt () throw (IOException&) |
|
int | readInt () throw (IOException&) |
|
unsigned short | readUnsignedShort () throw (IOException&) |
|
short | readShort () throw (IOException&) |
|
float | readFloat () throw (IOException&) |
|
double | readDouble () throw (IOException&) |
|
int | skipBytes (int n) throw (IOException&) |
Detailed Description
Java-like data input stream.
- Author:
- Peter Csizmadia
- Version:
- 0.5, 12/14/2008
- Since:
- GridRipper 0.4, 12/18/2006
The documentation for this class was generated from the following file: