public final class sun.text.normalizer.ICUBinary
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.text.normalizer.ICUBinary
  super_class: java.lang.Object
{
  private static final byte BIG_ENDIAN_;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte MAGIC1;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -38

  private static final byte MAGIC2;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  private static final byte CHAR_SET_;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte CHAR_SIZE_;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final java.lang.String MAGIC_NUMBER_AUTHENTICATION_FAILED_;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ICUBinary data file error: Magin number authentication failed"

  private static final java.lang.String HEADER_AUTHENTICATION_FAILED_;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ICUBinary data file error: Header authentication failed"

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Lsun/text/normalizer/ICUBinary;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.text.normalizer.ICUBinary.$assertionsDisabled:Z
         3: .line 265
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.ICUBinary this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.normalizer.ICUBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/ICUBinary;

  public static java.nio.ByteBuffer getRequiredData(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // java.lang.String itemPath
         0: .line 86
            ldc Lsun/text/normalizer/ICUBinary;
            astore 1 /* root */
        start local 1 // java.lang.Class root
         1: .line 88
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: new sun.text.normalizer.ICUBinary$1
            dup
            aload 1 /* root */
            aload 0 /* itemPath */
            invokespecial sun.text.normalizer.ICUBinary$1.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.io.InputStream
            astore 4 /* is */
        start local 4 // java.io.InputStream is
         3: .line 94
            new java.io.BufferedInputStream
            dup
            aload 4 /* is */
            sipush 4096
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            astore 5 /* b */
        start local 5 // java.io.BufferedInputStream b
         4: .line 95
            new java.io.DataInputStream
            dup
            aload 5 /* b */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 6 /* inputStream */
        start local 6 // java.io.DataInputStream inputStream
         5: .line 96
            ldc 120000
            newarray 8
            astore 7 /* bb */
        start local 7 // byte[] bb
         6: .line 97
            aload 6 /* inputStream */
            aload 7 /* bb */
            invokevirtual java.io.DataInputStream.read:([B)I
            istore 8 /* n */
        start local 8 // int n
         7: .line 98
            aload 7 /* bb */
            iconst_0
            iload 8 /* n */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 9 /* bytes */
        start local 9 // java.nio.ByteBuffer bytes
         8: .line 99
            aload 9 /* bytes */
         9: .line 100
            aload 4 /* is */
            ifnull 10
            aload 4 /* is */
            invokevirtual java.io.InputStream.close:()V
        10: .line 99
      StackMap locals: java.lang.String java.lang.Class java.lang.Throwable java.lang.Throwable java.io.InputStream java.io.BufferedInputStream java.io.DataInputStream byte[] int java.nio.ByteBuffer
      StackMap stack: java.nio.ByteBuffer
            areturn
        end local 9 // java.nio.ByteBuffer bytes
        end local 8 // int n
        end local 7 // byte[] bb
        end local 6 // java.io.DataInputStream inputStream
        end local 5 // java.io.BufferedInputStream b
      StackMap locals: java.lang.String java.lang.Class java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.Throwable
        11: astore 2
        12: .line 100
            aload 4 /* is */
            ifnull 13
            aload 4 /* is */
            invokevirtual java.io.InputStream.close:()V
        end local 4 // java.io.InputStream is
      StackMap locals:
      StackMap stack:
        13: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 3
            aload 2
            ifnonnull 15
            aload 3
            astore 2
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 2
            aload 3
            if_acmpeq 16
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        16: aload 2
            athrow
        17: .line 101
      StackMap locals: java.lang.String java.lang.Class
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        18: .line 102
            new java.io.UncheckedIOException
            dup
            aload 2 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.lang.Class root
        end local 0 // java.lang.String itemPath
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0     itemPath  Ljava/lang/String;
            1   19     1         root  Ljava/lang/Class<Lsun/text/normalizer/ICUBinary;>;
            3   13     4           is  Ljava/io/InputStream;
            4   11     5            b  Ljava/io/BufferedInputStream;
            5   11     6  inputStream  Ljava/io/DataInputStream;
            6   11     7           bb  [B
            7   11     8            n  I
            8   11     9        bytes  Ljava/nio/ByteBuffer;
           18   19     2            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     9      11  any
           2    10      14  any
          11    14      14  any
           1    10      17  Class java.io.IOException
          11    17      17  Class java.io.IOException
    MethodParameters:
          Name  Flags
      itemPath  

  public static sun.text.normalizer.VersionInfo readHeaderAndDataVersion(java.nio.ByteBuffer, int, sun.text.normalizer.ICUBinary$Authenticate);
    descriptor: (Ljava/nio/ByteBuffer;ILsun/text/normalizer/ICUBinary$Authenticate;)Lsun/text/normalizer/VersionInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer bytes
        start local 1 // int dataFormat
        start local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
         0: .line 113
            aload 0 /* bytes */
            iload 1 /* dataFormat */
            aload 2 /* authenticate */
            invokestatic sun.text.normalizer.ICUBinary.readHeader:(Ljava/nio/ByteBuffer;ILsun/text/normalizer/ICUBinary$Authenticate;)I
            invokestatic sun.text.normalizer.ICUBinary.getVersionInfoFromCompactInt:(I)Lsun/text/normalizer/VersionInfo;
            areturn
        end local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
        end local 1 // int dataFormat
        end local 0 // java.nio.ByteBuffer bytes
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0         bytes  Ljava/nio/ByteBuffer;
            0    1     1    dataFormat  I
            0    1     2  authenticate  Lsun/text/normalizer/ICUBinary$Authenticate;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      bytes         
      dataFormat    
      authenticate  

  public static final byte[] readHeader(java.io.InputStream, byte[], sun.text.normalizer.ICUBinary$Authenticate);
    descriptor: (Ljava/io/InputStream;[BLsun/text/normalizer/ICUBinary$Authenticate;)[B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=14, args_size=3
        start local 0 // java.io.InputStream inputStream
        start local 1 // byte[] dataFormatIDExpected
        start local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
         0: .line 122
            new java.io.DataInputStream
            dup
            aload 0 /* inputStream */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 3 /* input */
        start local 3 // java.io.DataInputStream input
         1: .line 123
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readChar:()C
            istore 4 /* headersize */
        start local 4 // char headersize
         2: .line 124
            iconst_2
            istore 5 /* readcount */
        start local 5 // int readcount
         3: .line 126
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            istore 6 /* magic1 */
        start local 6 // byte magic1
         4: .line 127
            iinc 5 /* readcount */ 1
         5: .line 128
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            istore 7 /* magic2 */
        start local 7 // byte magic2
         6: .line 129
            iinc 5 /* readcount */ 1
         7: .line 130
            iload 6 /* magic1 */
            bipush -38
            if_icmpne 8
            iload 7 /* magic2 */
            bipush 39
            if_icmpeq 9
         8: .line 131
      StackMap locals: java.io.InputStream byte[] sun.text.normalizer.ICUBinary$Authenticate java.io.DataInputStream int int int int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "ICUBinary data file error: Magin number authentication failed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 134
      StackMap locals:
      StackMap stack:
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readChar:()C
            pop
        10: .line 135
            iinc 5 /* readcount */ 2
        11: .line 136
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readChar:()C
            pop
        12: .line 137
            iinc 5 /* readcount */ 2
        13: .line 138
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            istore 8 /* bigendian */
        start local 8 // byte bigendian
        14: .line 139
            iinc 5 /* readcount */ 1
        15: .line 140
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            istore 9 /* charset */
        start local 9 // byte charset
        16: .line 141
            iinc 5 /* readcount */ 1
        17: .line 142
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            istore 10 /* charsize */
        start local 10 // byte charsize
        18: .line 143
            iinc 5 /* readcount */ 1
        19: .line 144
            aload 3 /* input */
            invokevirtual java.io.DataInputStream.readByte:()B
            pop
        20: .line 145
            iinc 5 /* readcount */ 1
        21: .line 147
            iconst_4
            newarray 8
            astore 11 /* dataFormatID */
        start local 11 // byte[] dataFormatID
        22: .line 148
            aload 3 /* input */
            aload 11 /* dataFormatID */
            invokevirtual java.io.DataInputStream.readFully:([B)V
        23: .line 149
            iinc 5 /* readcount */ 4
        24: .line 150
            iconst_4
            newarray 8
            astore 12 /* dataVersion */
        start local 12 // byte[] dataVersion
        25: .line 151
            aload 3 /* input */
            aload 12 /* dataVersion */
            invokevirtual java.io.DataInputStream.readFully:([B)V
        26: .line 152
            iinc 5 /* readcount */ 4
        27: .line 153
            iconst_4
            newarray 8
            astore 13 /* unicodeVersion */
        start local 13 // byte[] unicodeVersion
        28: .line 154
            aload 3 /* input */
            aload 13 /* unicodeVersion */
            invokevirtual java.io.DataInputStream.readFully:([B)V
        29: .line 155
            iinc 5 /* readcount */ 4
        30: .line 156
            iload 4 /* headersize */
            iload 5 /* readcount */
            if_icmpge 32
        31: .line 157
            new java.io.IOException
            dup
            ldc "Internal Error: Header size error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 159
      StackMap locals: java.io.InputStream byte[] sun.text.normalizer.ICUBinary$Authenticate java.io.DataInputStream int int int int int int int byte[] byte[] byte[]
      StackMap stack:
            aload 3 /* input */
            iload 4 /* headersize */
            iload 5 /* readcount */
            isub
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        33: .line 161
            iload 8 /* bigendian */
            iconst_1
            if_icmpne 38
            iload 9 /* charset */
            ifne 38
        34: .line 162
            iload 10 /* charsize */
            iconst_2
            if_icmpne 38
        35: .line 163
            aload 1 /* dataFormatIDExpected */
            aload 11 /* dataFormatID */
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 38
        36: .line 164
            aload 2 /* authenticate */
            ifnull 39
        37: .line 165
            aload 2 /* authenticate */
            aload 12 /* dataVersion */
            invokeinterface sun.text.normalizer.ICUBinary$Authenticate.isDataVersionAcceptable:([B)Z
            ifne 39
        38: .line 166
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "ICUBinary data file error: Header authentication failed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        39: .line 168
      StackMap locals:
      StackMap stack:
            aload 13 /* unicodeVersion */
            areturn
        end local 13 // byte[] unicodeVersion
        end local 12 // byte[] dataVersion
        end local 11 // byte[] dataFormatID
        end local 10 // byte charsize
        end local 9 // byte charset
        end local 8 // byte bigendian
        end local 7 // byte magic2
        end local 6 // byte magic1
        end local 5 // int readcount
        end local 4 // char headersize
        end local 3 // java.io.DataInputStream input
        end local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
        end local 1 // byte[] dataFormatIDExpected
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   40     0           inputStream  Ljava/io/InputStream;
            0   40     1  dataFormatIDExpected  [B
            0   40     2          authenticate  Lsun/text/normalizer/ICUBinary$Authenticate;
            1   40     3                 input  Ljava/io/DataInputStream;
            2   40     4            headersize  C
            3   40     5             readcount  I
            4   40     6                magic1  B
            6   40     7                magic2  B
           14   40     8             bigendian  B
           16   40     9               charset  B
           18   40    10              charsize  B
           22   40    11          dataFormatID  [B
           25   40    12           dataVersion  [B
           28   40    13        unicodeVersion  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                      Name  Flags
      inputStream           
      dataFormatIDExpected  
      authenticate          

  public static int readHeader(java.nio.ByteBuffer, int, sun.text.normalizer.ICUBinary$Authenticate);
    descriptor: (Ljava/nio/ByteBuffer;ILsun/text/normalizer/ICUBinary$Authenticate;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=11, args_size=3
        start local 0 // java.nio.ByteBuffer bytes
        start local 1 // int dataFormat
        start local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
         0: .line 185
            getstatic sun.text.normalizer.ICUBinary.$assertionsDisabled:Z
            ifne 1
            aload 0 /* bytes */
            invokevirtual java.nio.ByteBuffer.position:()I
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            iconst_2
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 3 /* magic1 */
        start local 3 // byte magic1
         2: .line 187
            aload 0 /* bytes */
            iconst_3
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 4 /* magic2 */
        start local 4 // byte magic2
         3: .line 188
            iload 3 /* magic1 */
            bipush -38
            if_icmpne 4
            iload 4 /* magic2 */
            bipush 39
            if_icmpeq 5
         4: .line 189
      StackMap locals: int int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "ICUBinary data file error: Magin number authentication failed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            bipush 8
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 5 /* isBigEndian */
        start local 5 // byte isBigEndian
         6: .line 193
            aload 0 /* bytes */
            bipush 9
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 6 /* charsetFamily */
        start local 6 // byte charsetFamily
         7: .line 194
            aload 0 /* bytes */
            bipush 10
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 7 /* sizeofUChar */
        start local 7 // byte sizeofUChar
         8: .line 195
            iload 5 /* isBigEndian */
            iflt 10
            iconst_1
            iload 5 /* isBigEndian */
            if_icmplt 10
         9: .line 196
            iload 6 /* charsetFamily */
            ifne 10
            iload 7 /* sizeofUChar */
            iconst_2
            if_icmpeq 11
        10: .line 197
      StackMap locals: int int int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "ICUBinary data file error: Header authentication failed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            iload 5 /* isBigEndian */
            ifeq 12
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            goto 13
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
        12: getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
      StackMap locals: java.nio.ByteBuffer int sun.text.normalizer.ICUBinary$Authenticate int int int int int
      StackMap stack: java.nio.ByteBuffer java.nio.ByteOrder
        13: invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
        14: .line 201
            aload 0 /* bytes */
            iconst_0
            invokevirtual java.nio.ByteBuffer.getChar:(I)C
            istore 8 /* headerSize */
        start local 8 // int headerSize
        15: .line 202
            aload 0 /* bytes */
            iconst_4
            invokevirtual java.nio.ByteBuffer.getChar:(I)C
            istore 9 /* sizeofUDataInfo */
        start local 9 // int sizeofUDataInfo
        16: .line 203
            iload 9 /* sizeofUDataInfo */
            bipush 20
            if_icmplt 17
            iload 8 /* headerSize */
            iload 9 /* sizeofUDataInfo */
            iconst_4
            iadd
            if_icmpge 18
        17: .line 204
      StackMap locals: int int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Internal Error: Header size error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 208
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 8
            dup
            iconst_0
        19: .line 209
            aload 0 /* bytes */
            bipush 16
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bastore
            dup
            iconst_1
            aload 0 /* bytes */
            bipush 17
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bastore
            dup
            iconst_2
            aload 0 /* bytes */
            bipush 18
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bastore
            dup
            iconst_3
            aload 0 /* bytes */
            bipush 19
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bastore
        20: .line 208
            astore 10 /* formatVersion */
        start local 10 // byte[] formatVersion
        21: .line 211
            aload 0 /* bytes */
            bipush 12
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iload 1 /* dataFormat */
            bipush 24
            ishr
            i2b
            if_icmpne 26
        22: .line 212
            aload 0 /* bytes */
            bipush 13
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iload 1 /* dataFormat */
            bipush 16
            ishr
            i2b
            if_icmpne 26
        23: .line 213
            aload 0 /* bytes */
            bipush 14
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iload 1 /* dataFormat */
            bipush 8
            ishr
            i2b
            if_icmpne 26
        24: .line 214
            aload 0 /* bytes */
            bipush 15
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iload 1 /* dataFormat */
            i2b
            if_icmpne 26
        25: .line 215
            aload 2 /* authenticate */
            ifnull 33
            aload 2 /* authenticate */
            aload 10 /* formatVersion */
            invokeinterface sun.text.normalizer.ICUBinary$Authenticate.isDataVersionAcceptable:([B)Z
            ifne 33
        26: .line 216
      StackMap locals: byte[]
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ICUBinary data file error: Header authentication failed"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        27: .line 217
            ldc "; data format %02x%02x%02x%02x, format version %d.%d.%d.%d"
            bipush 8
            anewarray java.lang.Object
            dup
            iconst_0
        28: .line 218
            aload 0 /* bytes */
            bipush 12
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            dup
            iconst_1
            aload 0 /* bytes */
            bipush 13
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            dup
            iconst_2
            aload 0 /* bytes */
            bipush 14
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            dup
            iconst_3
            aload 0 /* bytes */
            bipush 15
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            dup
            iconst_4
        29: .line 219
            aload 10 /* formatVersion */
            iconst_0
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_5
            aload 10 /* formatVersion */
            iconst_1
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
        30: .line 220
            aload 10 /* formatVersion */
            iconst_2
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 7
            aload 10 /* formatVersion */
            iconst_3
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        31: .line 217
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        32: .line 216
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            iload 8 /* headerSize */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        34: .line 225
            aload 0 /* bytes */
            bipush 20
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bipush 24
            ishl
        35: .line 226
            aload 0 /* bytes */
            bipush 21
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
        36: .line 225
            ior
        37: .line 227
            aload 0 /* bytes */
            bipush 22
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
        38: .line 225
            ior
        39: .line 228
            aload 0 /* bytes */
            bipush 23
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
        40: .line 225
            ior
        41: .line 224
            ireturn
        end local 10 // byte[] formatVersion
        end local 9 // int sizeofUDataInfo
        end local 8 // int headerSize
        end local 7 // byte sizeofUChar
        end local 6 // byte charsetFamily
        end local 5 // byte isBigEndian
        end local 4 // byte magic2
        end local 3 // byte magic1
        end local 2 // sun.text.normalizer.ICUBinary$Authenticate authenticate
        end local 1 // int dataFormat
        end local 0 // java.nio.ByteBuffer bytes
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   42     0            bytes  Ljava/nio/ByteBuffer;
            0   42     1       dataFormat  I
            0   42     2     authenticate  Lsun/text/normalizer/ICUBinary$Authenticate;
            2   42     3           magic1  B
            3   42     4           magic2  B
            6   42     5      isBigEndian  B
            7   42     6    charsetFamily  B
            8   42     7      sizeofUChar  B
           15   42     8       headerSize  I
           16   42     9  sizeofUDataInfo  I
           21   42    10    formatVersion  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      bytes         
      dataFormat    
      authenticate  

  public static void skipBytes(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer bytes
        start local 1 // int skipLength
         0: .line 232
            iload 1 /* skipLength */
            ifle 2
         1: .line 233
            aload 0 /* bytes */
            aload 0 /* bytes */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 1 /* skipLength */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         2: .line 235
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int skipLength
        end local 0 // java.nio.ByteBuffer bytes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0       bytes  Ljava/nio/ByteBuffer;
            0    3     1  skipLength  I
    MethodParameters:
            Name  Flags
      bytes       
      skipLength  

  public static sun.text.normalizer.VersionInfo getVersionInfoFromCompactInt(int);
    descriptor: (I)Lsun/text/normalizer/VersionInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int version
         0: .line 242
            iload 0 /* version */
            bipush 24
            iushr
            iload 0 /* version */
            bipush 16
            ishr
            sipush 255
            iand
            iload 0 /* version */
            bipush 8
            ishr
            sipush 255
            iand
            iload 0 /* version */
            sipush 255
            iand
         1: .line 241
            invokestatic sun.text.normalizer.VersionInfo.getInstance:(IIII)Lsun/text/normalizer/VersionInfo;
            areturn
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  version  I
    MethodParameters:
         Name  Flags
      version  
}
SourceFile: "ICUBinary.java"
NestMembers:
  sun.text.normalizer.ICUBinary$1  sun.text.normalizer.ICUBinary$Authenticate  sun.text.normalizer.ICUBinary$IsAcceptable
InnerClasses:
  sun.text.normalizer.ICUBinary$1
  public abstract Authenticate = sun.text.normalizer.ICUBinary$Authenticate of sun.text.normalizer.ICUBinary
  private final IsAcceptable = sun.text.normalizer.ICUBinary$IsAcceptable of sun.text.normalizer.ICUBinary