public class ZipFileArchive extends Object implements IArchiveFile
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the archive file and releases resources.
|
InputStream |
getInputStream(ITileSource pTileSource,
MapTile pTile)
Get the input stream for the requested tile.
|
static ZipFileArchive |
getZipFileArchive(File pFile) |
String |
toString() |
public static ZipFileArchive getZipFileArchive(File pFile) throws ZipException, IOException
ZipException
IOException
public InputStream getInputStream(ITileSource pTileSource, MapTile pTile)
IArchiveFile
getInputStream
in interface IArchiveFile
public void close()
IArchiveFile
close
in interface IArchiveFile
Copyright © 2015. All Rights Reserved.