public interface IArchiveFile
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the archive file and releases resources.
|
InputStream |
getInputStream(ITileSource tileSource,
MapTile tile)
Get the input stream for the requested tile.
|
Set<String> |
getTileSources()
returns a list of tile source names that are available in the archive, if supported
|
void |
init(File pFile) |
InputStream getInputStream(ITileSource tileSource, MapTile tile)
void close()
Copyright © 2015. All Rights Reserved.