elte.java2_utikalauz5.io
TypedReader osztály
java.lang.Object
java.io.Reader
java.io.FilterReader
elte.java2_utikalauz5.io.TypedReader
- Megvalósított interfészek:
- Closeable, Readable
- public class TypedReader
- extends FilterReader
Példa arra, hogy hogyan kell gépelt szövegből egész számokat beolvasni.
- Mióta:
- Java 2 Útikalauz programozóknak 1.3
- Forrásfájl:
- TypedReader.java
- Letöltés:
- TypedReader.jar
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Konstruktorok részletezése |
TypedReader
public TypedReader(Reader in)
scanInt
public int scanInt()
throws TypedReader.NotExpectedTokenException,
IOException
- Specifikált kivételek:
TypedReader.NotExpectedTokenException
IOException
main
public static void main(String[] args)
throws IOException
- Specifikált kivételek:
IOException