Class WeakZipFileFactory

java.lang.Object
org.apache.felix.framework.util.WeakZipFileFactory

public class WeakZipFileFactory extends Object
This class implements a factory for creating weak zip files, which behave mostly like a ZipFile, but can be weakly closed to limit the number of open files.
  • Constructor Details

    • WeakZipFileFactory

      public WeakZipFileFactory(int limit)
      Constructs a weak zip file factory with the specified file limit. A limit of zero signifies no limit.
      Parameters:
      limit - maximum number of open zip files at any given time.
  • Method Details