190191192193194195196197
return new GoGameExporter(this); } @Override public void restoreFromStream(InputStream iStream) throws IOException, SGFException { GoGameImporter importer = new GoGameImporter(this); importer.restoreFromStream(iStream); }