public class org.bson.types.Binary implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bson.types.Binary
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7902997490338209467

  private final byte type;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] data;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bson.types.Binary this
        start local 1 // byte[] data
         0: .line 39
            aload 0 /* this */
            getstatic org.bson.BsonBinarySubType.BINARY:Lorg/bson/BsonBinarySubType;
            aload 1 /* data */
            invokespecial org.bson.types.Binary.<init>:(Lorg/bson/BsonBinarySubType;[B)V
         1: .line 40
            return
        end local 1 // byte[] data
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bson/types/Binary;
            0    2     1  data  [B
    MethodParameters:
      Name  Flags
      data  final

  public void <init>(org.bson.BsonBinarySubType, byte[]);
    descriptor: (Lorg/bson/BsonBinarySubType;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bson.types.Binary this
        start local 1 // org.bson.BsonBinarySubType type
        start local 2 // byte[] data
         0: .line 49
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.bson.BsonBinarySubType.getValue:()B
            aload 2 /* data */
            invokespecial org.bson.types.Binary.<init>:(B[B)V
         1: .line 50
            return
        end local 2 // byte[] data
        end local 1 // org.bson.BsonBinarySubType type
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bson/types/Binary;
            0    2     1  type  Lorg/bson/BsonBinarySubType;
            0    2     2  data  [B
    MethodParameters:
      Name  Flags
      type  final
      data  final

  public void <init>(byte, byte[]);
    descriptor: (B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bson.types.Binary this
        start local 1 // byte type
        start local 2 // byte[] data
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iload 1 /* type */
            putfield org.bson.types.Binary.type:B
         2: .line 60
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield org.bson.types.Binary.data:[B
         3: .line 61
            return
        end local 2 // byte[] data
        end local 1 // byte type
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bson/types/Binary;
            0    4     1  type  B
            0    4     2  data  [B
    MethodParameters:
      Name  Flags
      type  final
      data  final

  public byte getType();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.types.Binary this
         0: .line 69
            aload 0 /* this */
            getfield org.bson.types.Binary.type:B
            ireturn
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/types/Binary;

  public byte[] getData();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.types.Binary this
         0: .line 78
            aload 0 /* this */
            getfield org.bson.types.Binary.data:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/types/Binary;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.types.Binary this
         0: .line 87
            aload 0 /* this */
            getfield org.bson.types.Binary.data:[B
            arraylength
            ireturn
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/types/Binary;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bson.types.Binary this
        start local 1 // java.lang.Object o
         0: .line 92
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 93
            iconst_1
            ireturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.bson.types.Binary
            astore 2 /* binary */
        start local 2 // org.bson.types.Binary binary
         5: .line 101
            aload 0 /* this */
            getfield org.bson.types.Binary.type:B
            aload 2 /* binary */
            getfield org.bson.types.Binary.type:B
            if_icmpeq 7
         6: .line 102
            iconst_0
            ireturn
         7: .line 104
      StackMap locals: org.bson.types.Binary
      StackMap stack:
            aload 0 /* this */
            getfield org.bson.types.Binary.data:[B
            aload 2 /* binary */
            getfield org.bson.types.Binary.data:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifne 9
         8: .line 105
            iconst_0
            ireturn
         9: .line 108
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.bson.types.Binary binary
        end local 1 // java.lang.Object o
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/bson/types/Binary;
            0   10     1       o  Ljava/lang/Object;
            5   10     2  binary  Lorg/bson/types/Binary;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.bson.types.Binary this
         0: .line 113
            aload 0 /* this */
            getfield org.bson.types.Binary.type:B
            istore 1 /* result */
        start local 1 // int result
         1: .line 114
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.bson.types.Binary.data:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            iadd
            istore 1 /* result */
         2: .line 115
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.bson.types.Binary this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/bson/types/Binary;
            1    3     1  result  I
}
SourceFile: "Binary.java"