|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsavi.alg.sat3.IntegerReader
public class IntegerReader
Read integers from a character-input stream.
Constructor Summary | |
---|---|
IntegerReader(java.io.Reader r)
Creates a new instance of IntegerReader |
Method Summary | |
---|---|
int |
readInt()
Read one integer from stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegerReader(java.io.Reader r)
r
- readerMethod Detail |
---|
public int readInt() throws java.io.IOException
java.io.IOException
- If an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |