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 void
AbstractMetaData. copyModuleMetadata(FileArchive archive)
void
AbstractMetaData. save(FileArchive archive)
void
SaveMetaData. 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 boolean
TilingHandler. 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 FileArchive
DataArchive. archive
Methods in VASSAL.tools that return FileArchive Modifier and Type Method Description FileArchive
DataArchive. getArchive()
Methods in VASSAL.tools with parameters of type FileArchive Modifier and Type Method Description protected void
ArchiveWriter. 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 void
FileArchiveImageTiler. 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 FileArchive
SourceOpBitmapImpl. farch
Constructors 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 class
ZipArchive
Constructors 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.