Class LaunchManifest.Jar

  • Enclosing class:
    LaunchManifest

    public static class LaunchManifest.Jar
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Jar​(java.lang.String name, long crc32, long length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      long getCrc32()  
      long getLength()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • Jar

        public Jar​(java.lang.String name,
                   long crc32,
                   long length)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getCrc32

        public long getCrc32()
      • getLength

        public long getLength()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object