|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.darwinsys.io.DataIO
Some I-O primitives for datastreams. All methods are static, since there is no state.
Method Summary | |
static long |
readUnsignedInt(java.io.DataInput is)
Read an unsigned int from a DataInput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static long readUnsignedInt(java.io.DataInput is) throws java.io.IOException
is
- DataInput (DataInputStream, RandomAccessFile, etc).
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |