org.erights.e.meta.java.io
Class DataInputSugar
java.lang.Object
|
+--org.erights.e.meta.java.io.DataInputSugar
- public class DataInputSugar
- extends Object
Untamed: A sweetener defining extra messages that may be e-sent to a DataInput
- Author:
- Mark S. Miller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataInputSugar
private DataInputSugar()
- prevent instantiation
readWholeNum
public static BigInteger readWholeNum(DataInput self)
throws IOException
- Enabled:
- Parameters:
self
-
- Returns:
-
- Throws:
IOException
- See Also:
DataOutputSugar.writeWholeNum(java.io.DataOutput, java.math.BigInteger)
comments?