public final class org.apache.commons.compress.archivers.zip.ZipShort implements java.lang.Cloneable, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.compress.archivers.zip.ZipShort
  super_class: java.lang.Object
{
  public static final org.apache.commons.compress.archivers.zip.ZipShort ZERO;
    descriptor: Lorg/apache/commons/compress/archivers/zip/ZipShort;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 34
            new org.apache.commons.compress.archivers.zip.ZipShort
            dup
            iconst_0
            invokespecial org.apache.commons.compress.archivers.zip.ZipShort.<init>:(I)V
            putstatic org.apache.commons.compress.archivers.zip.ZipShort.ZERO:Lorg/apache/commons/compress/archivers/zip/ZipShort;
         1: .line 36
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
        start local 1 // int value
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            iload 1 /* value */
            putfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
         2: .line 46
            return
        end local 1 // int value
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  final

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
        start local 1 // byte[] bytes
         0: .line 53
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            invokespecial org.apache.commons.compress.archivers.zip.ZipShort.<init>:([BI)V
         1: .line 54
            return
        end local 1 // byte[] bytes
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  final

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
        start local 1 // byte[] bytes
        start local 2 // int offset
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* bytes */
            iload 2 /* offset */
            invokestatic org.apache.commons.compress.archivers.zip.ZipShort.getValue:([BI)I
            putfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
         2: .line 63
            return
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            0    3     1   bytes  [B
            0    3     2  offset  I
    MethodParameters:
        Name  Flags
      bytes   final
      offset  final

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
         0: .line 70
            iconst_2
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 71
            aload 1 /* result */
            aload 0 /* this */
            getfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
            i2l
            iconst_0
            iconst_2
            invokestatic org.apache.commons.compress.utils.ByteUtils.toLittleEndian:([BJII)V
         2: .line 72
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            1    3     1  result  [B

  public int getValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
            ireturn
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/compress/archivers/zip/ZipShort;

  public static byte[] getBytes(int);
    descriptor: (I)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int value
         0: .line 89
            iconst_2
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 90
            iload 0 /* value */
            aload 1 /* result */
            iconst_0
            invokestatic org.apache.commons.compress.archivers.zip.ZipShort.putShort:(I[BI)V
         2: .line 91
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0   value  I
            1    3     1  result  [B
    MethodParameters:
       Name  Flags
      value  final

  public static void putShort(int, byte[], int);
    descriptor: (I[BI)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int value
        start local 1 // byte[] buf
        start local 2 // int offset
         0: .line 103
            aload 1 /* buf */
            iload 0 /* value */
            i2l
            iload 2 /* offset */
            iconst_2
            invokestatic org.apache.commons.compress.utils.ByteUtils.toLittleEndian:([BJII)V
         1: .line 104
            return
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   value  I
            0    2     1     buf  [B
            0    2     2  offset  I
    MethodParameters:
        Name  Flags
      value   final
      buf     final
      offset  final

  public static int getValue(byte[], int);
    descriptor: ([BI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // byte[] bytes
        start local 1 // int offset
         0: .line 113
            aload 0 /* bytes */
            iload 1 /* offset */
            iconst_2
            invokestatic org.apache.commons.compress.utils.ByteUtils.fromLittleEndian:([BII)J
            l2i
            ireturn
        end local 1 // int offset
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   bytes  [B
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      bytes   final
      offset  final

  public static int getValue(byte[]);
    descriptor: ([B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] bytes
         0: .line 122
            aload 0 /* bytes */
            iconst_0
            invokestatic org.apache.commons.compress.archivers.zip.ZipShort.getValue:([BI)I
            ireturn
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
        start local 1 // java.lang.Object o
         0: .line 132
            aload 1 /* o */
            ifnull 1
            aload 1 /* o */
            instanceof org.apache.commons.compress.archivers.zip.ZipShort
            ifne 2
         1: .line 133
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
            aload 1 /* o */
            checkcast org.apache.commons.compress.archivers.zip.ZipShort
            invokevirtual org.apache.commons.compress.archivers.zip.ZipShort.getValue:()I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            0    4     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
         0: .line 144
            aload 0 /* this */
            getfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
            ireturn
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/compress/archivers/zip/ZipShort;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 151
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* cnfe */
        start local 1 // java.lang.CloneNotSupportedException cnfe
         3: .line 153
            new java.lang.RuntimeException
            dup
            aload 1 /* cnfe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException cnfe
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
            3    4     1  cnfe  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
         0: .line 159
            new java.lang.StringBuilder
            dup
            ldc "ZipShort value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.commons.compress.archivers.zip.ZipShort.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.compress.archivers.zip.ZipShort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/compress/archivers/zip/ZipShort;
}
SourceFile: "ZipShort.java"