Internet Chess ToolKit
v0.2.0

ictk.boardgame.chess.io
Class ChessReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended byictk.boardgame.io.GameReader
              extended byictk.boardgame.chess.io.ChessReader
Direct Known Subclasses:
PGNReader

public abstract class ChessReader
extends GameReader

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

ChessReader

public ChessReader(java.io.Reader _ir)
Method Detail

getGame

public abstract Game getGame()

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .