Class ZipRepository

  • All Implemented Interfaces:
    Repository

    public class ZipRepository
    extends Object
    implements Repository
    A read-write repository based on ZIP streams. The repository can be created using a existing zip file as initial content. The repository will be fully buffered, so nothing is written until the whole repository is closed. For a streaming solution use the zipwriter-repository instead.
    Author:
    Thomas Morgner