Class PGNExporter

java.lang.Object
io.github.wolfraam.chessgame.pgn.PGNExporter

public class PGNExporter extends Object
Exports games in PGN format.
  • Constructor Details

    • PGNExporter

      public PGNExporter(OutputStream outputStream)
  • Method Details

    • write

      public void write(ChessGame chessGame)