java.lang.Object
net.chesstango.gardel.pgn.PGNStringDecoder
- Author:
- Mauricio Coria
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodePGN(BufferedReader bufferReader) decodePGNBody(BufferedReader bufferReader) decodePGNBody(String moveListStr) protected PGNdecodePGNHeaders(BufferedReader bufferReader) decodePGNs(BufferedReader bufferReader) decodePGNs(InputStream inputStream)
-
Constructor Details
-
PGNStringDecoder
public PGNStringDecoder()
-
-
Method Details
-
decodePGNs
-
decodePGNs
- Throws:
IOException
-
decodePGN
- Throws:
IOException
-
decodePGNHeaders
- Throws:
IOException
-
decodePGNBody
- Throws:
IOException
-
decodePGNBody
-