Package VASSAL.tools

Class ArchiveWriter

java.lang.Object
All Implemented Interfaces:
Closeable, AutoCloseable

public class ArchiveWriter extends DataArchive
An ArchiveWriter is a writeable DataArchive. New files may be added with the addFile(java.lang.String, java.lang.String) and addImage(java.lang.String, java.lang.String) methods. save() and saveAs() will cause the archive to be written out, with FileChooser invoked if appropriate.