Class Zip

  • All Implemented Interfaces:
    Input

    public final class Zip
    extends Object
    implements Input
    Zip files and directory.

    There is no thread-safety guarantee.
    Since:
    0.29
    • Constructor Detail

      • Zip

        public Zip​(Directory origin)
        Ctor.
        Parameters:
        origin - Origin directory.
    • Method Detail

      • stream

        public InputStream stream()
                           throws Exception
        Description copied from interface: Input
        Get read access to it.
        Specified by:
        stream in interface Input
        Returns:
        InputStream to read from
        Throws:
        Exception - If something goes wrong