Uses of Interface
VASSAL.tools.io.FileArchive
| Package | Description |
|---|---|
| VASSAL.build.module.metadata | |
| VASSAL.launch | |
| VASSAL.tools |
Contains various utility classes.
|
| VASSAL.tools.image.tilecache | |
| VASSAL.tools.imageop | |
| VASSAL.tools.io |
-
Uses of FileArchive in VASSAL.build.module.metadata
Methods in VASSAL.build.module.metadata with parameters of type FileArchive Modifier and Type Method Description voidAbstractMetaData. copyModuleMetadata(FileArchive archive)voidAbstractMetaData. save(FileArchive archive)voidSaveMetaData. save(FileArchive archive)Write Save Game metadata to the specified Archive -
Uses of FileArchive in VASSAL.launch
Methods in VASSAL.launch with parameters of type FileArchive Modifier and Type Method Description protected booleanTilingHandler. isFresh(FileArchive archive, FileStore tcache, String ipath) -
Uses of FileArchive in VASSAL.tools
Fields in VASSAL.tools declared as FileArchive Modifier and Type Field Description protected FileArchiveDataArchive. archiveMethods in VASSAL.tools that return FileArchive Modifier and Type Method Description FileArchiveDataArchive. getArchive()Methods in VASSAL.tools with parameters of type FileArchive Modifier and Type Method Description protected voidArchiveWriter. write(FileArchive fa, boolean notifyModuleManager)Constructors in VASSAL.tools with parameters of type FileArchive Constructor Description ArchiveWriter(FileArchive archive) -
Uses of FileArchive in VASSAL.tools.image.tilecache
Methods in VASSAL.tools.image.tilecache with parameters of type FileArchive Modifier and Type Method Description voidFileArchiveImageTiler. run(FileArchive fa, String tpath, int tw, int th, String[] ipaths, ExecutorService exec, ImageLoader loader, TileSlicer slicer, Callback<String> imageListener, Callback<Void> tileListener, Callback<Void> doneListener)Tile image contained in an archive. -
Uses of FileArchive in VASSAL.tools.imageop
Fields in VASSAL.tools.imageop declared as FileArchive Modifier and Type Field Description protected FileArchiveSourceOpBitmapImpl. farchConstructors in VASSAL.tools.imageop with parameters of type FileArchive Constructor Description SourceOpBitmapImpl(String name, DataArchive da, FileArchive fa)SourceOpBitmapImpl(String name, FileArchive archive)SourceOpTiledBitmapImpl(String name, FileArchive archive) -
Uses of FileArchive in VASSAL.tools.io
Classes in VASSAL.tools.io that implement FileArchive Modifier and Type Class Description classZipArchiveConstructors in VASSAL.tools.io with parameters of type FileArchive Constructor Description ZipArchive(FileArchive src, File dst)Copies a ZIP archive.ZipArchive(FileArchive src, String dst)Copies a ZIP archive.