Class DefaultZipMapFile

  • All Implemented Interfaces:
    ZipMapFile

    public class DefaultZipMapFile
    extends java.lang.Object
    implements ZipMapFile
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()  
      boolean isDirectory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultZipMapFile

        public DefaultZipMapFile​(java.io.File file)
      • DefaultZipMapFile

        public DefaultZipMapFile​(byte[] bytes,
                                 boolean directory)