Class ArchiveFileV2

  • All Implemented Interfaces:
    IArchiveFile

    public class ArchiveFileV2
    extends java.lang.Object
    implements IArchiveFile
    the archive file contains following mode:
  • "r" open the file for read only.
  • "rw" create the file for read/write
  • "rw+" open file is open for read/write
  • "rwt" create the transient file, it will be removed after closing.