|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--java.io.FileOutputStream | +--de.java_chess.javaChess.pgn.PGNOutputStream
This class handes PGN output streams.
Constructor Summary | |
PGNOutputStream(java.io.File file)
Create a new PGNOutputStream instance. |
Method Summary | |
void |
write(GameNotation gameNotation)
Write the notation of a game. |
Methods inherited from class java.io.FileOutputStream |
close,
finalize,
getFD,
write,
write,
write |
Methods inherited from class java.io.OutputStream |
flush |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PGNOutputStream(java.io.File file) throws java.io.IOException
file
- The file to write into.Method Detail |
public final void write(GameNotation gameNotation) throws java.io.IOException
gameNotation
- The notation of the game.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |