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, read
public TmxTileMapReader()
public AbstractTileMap read(InputStream inputStream) throws IOException
TileMapReader
inputStream
- 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).