public class PgnBookReader
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
PgnBookReader(java.io.InputStream bookStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PgnGameModel |
readGame() |
public PgnBookReader(java.io.InputStream bookStream)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic PgnGameModel readGame() throws java.io.IOException
java.io.IOExceptionCopyright © 2015. All Rights Reserved.