com.zipxap.vfs
Class VFSCondenser

java.lang.Object
  extended by com.zipxap.vfs.VFSCondenser

public class VFSCondenser
extends java.lang.Object

This class contains tools for shrinking the virtual file system by re-arranging and/or discarding empty sectors at the end of the vfs archive file.

MilestoneWhoDate, Time
Initial VersionK PenroseJune 2009

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites


Constructor Summary
VFSCondenser(LowLevelManager lowLevelManager)
           
 
Method Summary
 long condense()
          Attempt to shrinks the virtual file system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSCondenser

public VFSCondenser(LowLevelManager lowLevelManager)
Method Detail

condense

public long condense()
Attempt to shrinks the virtual file system.

Returns:
the number of bytes that the virtual file system was shrunk by.