|
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
reads games in various notations.
Constructor Summary | |
GameReader(java.io.Reader _ir)
|
Method Summary | |
abstract Board |
readBoard()
read the game Board from the input buffer |
abstract Game |
readGame()
read the Game (History, Board, and GameInfo) from the input Buffer |
abstract GameInfo |
readGameInfo()
read the GameInfo from the input buffer |
abstract History |
readHistory()
read the game History from the input buffer |
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 GameReader(java.io.Reader _ir)
Method Detail |
public abstract Game readGame() throws InvalidGameFormatException, IllegalMoveException, AmbiguousMoveException, java.io.IOException
InvalidGameFormatException
IllegalMoveException
AmbiguousMoveException
java.io.IOException
public abstract GameInfo readGameInfo() throws java.io.IOException
java.io.IOException
public abstract History readHistory() throws InvalidGameFormatException, IllegalMoveException, AmbiguousMoveException, java.io.IOException
InvalidGameFormatException
IllegalMoveException
AmbiguousMoveException
java.io.IOException
public abstract Board readBoard() throws java.io.IOException
java.io.IOException
|
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 |