Class ZipDirectory

  • All Implemented Interfaces:
    Closeable, AutoCloseable, IDirectory, IFSDirectory

    public class ZipDirectory
    extends Object
    implements IFSDirectory
    IDirectory implementation that uses a zip file as the concrete repository. This implementation allows only one open stream at a time. Tries to get some input or output stream when another stream was got and not closed yet will raise an StreamStillOpenException.
    Since:
    4.0.10
    Version:
    $Revision: 22305 $ $Date: 2019-01-24 14:44:48 -0200 (Thu, 24 Jan 2019) $