public class TmxTileMapReader extends AbstractTileMapReader
| Constructor and Description |
|---|
TmxTileMapReader()
Create a new TMX Map Format tile map reader.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTileMap |
read(InputStream inputStream)
Read a tile map from the specified input stream.
|
closeQuietly, read, readpublic TmxTileMapReader()
public AbstractTileMap read(InputStream inputStream) throws IOException
TileMapReaderinputStream - input stream to read from, must not be nullIOException - if an IO error occursCopyright (c) 2006-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).