Uses of Interface
VASSAL.tools.io.FileStore
Package | Description |
---|---|
VASSAL.launch | |
VASSAL.tools.image.tilecache |
-
Uses of FileStore in VASSAL.launch
Methods in VASSAL.launch with parameters of type FileStore Modifier and Type Method Description protected Pair<Integer,Integer>
TilingHandler. findImages(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String,IOException>> failed)
protected boolean
TilingHandler. isFresh(FileArchive archive, FileStore tcache, String ipath)
-
Uses of FileStore in VASSAL.tools.image.tilecache
Classes in VASSAL.tools.image.tilecache that implement FileStore Modifier and Type Class Description class
ImageTileDiskCache
An on-diskImageTileSource
andFileStore
for image tiles.