Internet Chess ToolKit
v0.2.0

ictk.boardgame.chess.io
Class ChessWriter

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.PrintWriter
          extended byictk.boardgame.io.GameWriter
              extended byictk.boardgame.chess.io.ChessWriter
Direct Known Subclasses:
PGNWriter

public abstract class ChessWriter
extends GameWriter

ChessWriter is an abstract class that writer game files


Constructor Summary
ChessWriter(java.io.OutputStream _out)
           
ChessWriter(java.io.Writer _out)
           
 
Methods inherited from class ictk.boardgame.io.GameWriter
getMoveNotation, isExportComments, isExportVariations, setExportComments, setExportVariations, setMoveNotation, writeBoard, writeGame, writeGameInfo, writeHistory
 
Methods inherited from class java.io.PrintWriter
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, write, write, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChessWriter

public ChessWriter(java.io.OutputStream _out)

ChessWriter

public ChessWriter(java.io.Writer _out)

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