Class FileMap


  • public class FileMap
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileMap()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.zip.ZipEntry getZipEntry()  
      static void readFully​(java.io.InputStream is, byte[] bytes)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • FileMap

        public FileMap()
    • Method Detail

      • readFully

        public static void readFully​(java.io.InputStream is,
                                     byte[] bytes)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getZipEntry

        public java.util.zip.ZipEntry getZipEntry()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object