|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
java.io.BufferedReader
ictk.boardgame.io.GameReader
ictk.boardgame.chess.io.ChessReader
ChessGameReader is an abstract class that parses input streams and produces Game objects.
Constructor Summary | |
ChessReader(java.io.Reader _ir)
|
Method Summary | |
abstract Game |
getGame()
|
Methods inherited from class ictk.boardgame.io.GameReader |
readBoard, readGame, readGameInfo, readHistory |
Methods inherited from class java.io.BufferedReader |
close, mark, markSupported, read, read, readLine, ready, reset, skip |
Methods inherited from class java.io.Reader |
read |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChessReader(java.io.Reader _ir)
Method Detail |
public abstract Game getGame()
|
Submit a bug or feature Visit the Website Internet Chess ToolKit is licensed under the GPL v2 . |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |