final class sun.text.normalizer.UCharacterPropertyReader implements sun.text.normalizer.ICUBinary$Authenticate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.text.normalizer.UCharacterPropertyReader
  super_class: java.lang.Object
{
  private static final int INDEX_SIZE_;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private java.io.DataInputStream m_dataInputStream_;
    descriptor: Ljava/io/DataInputStream;
    flags: (0x0002) ACC_PRIVATE

  private int m_propertyOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_exceptionOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_caseOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_additionalOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_additionalVectorsOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_additionalColumnsCount_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_reservedOffset_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] m_unicodeVersion_;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private static final byte[] DATA_FORMAT_ID_;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] DATA_FORMAT_VERSION_;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 434
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush 85
            bastore
            dup
            iconst_1
            bipush 80
            bastore
            dup
            iconst_2
         1: .line 435
            bipush 114
            bastore
            dup
            iconst_3
            bipush 111
            bastore
         2: .line 434
            putstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_ID_:[B
         3: .line 436
            iconst_4
            newarray 8
            dup
            iconst_0
            iconst_3
            bastore
            dup
            iconst_1
            iconst_1
            bastore
            dup
            iconst_2
         4: .line 437
            iconst_5
            bastore
            dup
            iconst_3
         5: .line 438
            iconst_2
            bastore
         6: .line 436
            putstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
         7: .line 438
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isDataVersionAcceptable(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UCharacterPropertyReader this
        start local 1 // byte[] version
         0: .line 307
            aload 1 /* version */
            iconst_0
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_0
            baload
            if_icmpne 4
         1: .line 308
            aload 1 /* version */
            iconst_2
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_2
            baload
            if_icmpne 4
         2: .line 309
            aload 1 /* version */
            iconst_3
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_3
            baload
            if_icmpne 4
         3: .line 307
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // byte[] version
        end local 0 // sun.text.normalizer.UCharacterPropertyReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/text/normalizer/UCharacterPropertyReader;
            0    5     1  version  [B
    MethodParameters:
         Name  Flags
      version  

  protected void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UCharacterPropertyReader this
        start local 1 // java.io.InputStream inputStream
         0: .line 320
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 323
            aload 0 /* this */
            aload 1 /* inputStream */
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_ID_:[B
         2: .line 324
            aload 0 /* this */
         3: .line 323
            invokestatic sun.text.normalizer.ICUBinary.readHeader:(Ljava/io/InputStream;[BLsun/text/normalizer/ICUBinary$Authenticate;)[B
            putfield sun.text.normalizer.UCharacterPropertyReader.m_unicodeVersion_:[B
         4: .line 325
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            aload 1 /* inputStream */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            putfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
         5: .line 326
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // sun.text.normalizer.UCharacterPropertyReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/text/normalizer/UCharacterPropertyReader;
            0    6     1  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  

  protected void read(sun.text.normalizer.UCharacterProperty);
    descriptor: (Lsun/text/normalizer/UCharacterProperty;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // sun.text.normalizer.UCharacterPropertyReader this
        start local 1 // sun.text.normalizer.UCharacterProperty ucharppty
         0: .line 340
            bipush 16
            istore 2 /* count */
        start local 2 // int count
         1: .line 341
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_propertyOffset_:I
         2: .line 342
            iinc 2 /* count */ -1
         3: .line 343
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_exceptionOffset_:I
         4: .line 344
            iinc 2 /* count */ -1
         5: .line 345
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_caseOffset_:I
         6: .line 346
            iinc 2 /* count */ -1
         7: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_additionalOffset_:I
         8: .line 348
            iinc 2 /* count */ -1
         9: .line 349
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_additionalVectorsOffset_:I
        10: .line 350
            iinc 2 /* count */ -1
        11: .line 351
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_additionalColumnsCount_:I
        12: .line 352
            iinc 2 /* count */ -1
        13: .line 353
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterPropertyReader.m_reservedOffset_:I
        14: .line 354
            iinc 2 /* count */ -1
        15: .line 355
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            bipush 12
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        16: .line 356
            iinc 2 /* count */ -3
        17: .line 357
            aload 1 /* ucharppty */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterProperty.m_maxBlockScriptValue_:I
        18: .line 358
            iinc 2 /* count */ -1
        19: .line 359
            aload 1 /* ucharppty */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield sun.text.normalizer.UCharacterProperty.m_maxJTGValue_:I
        20: .line 360
            iinc 2 /* count */ -1
        21: .line 361
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            iload 2 /* count */
            iconst_2
            ishl
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        22: .line 365
            aload 1 /* ucharppty */
            new sun.text.normalizer.CharTrie
            dup
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            aload 1 /* ucharppty */
            invokespecial sun.text.normalizer.CharTrie.<init>:(Ljava/io/InputStream;Lsun/text/normalizer/Trie$DataManipulate;)V
            putfield sun.text.normalizer.UCharacterProperty.m_trie_:Lsun/text/normalizer/CharTrie;
        23: .line 368
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_exceptionOffset_:I
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_propertyOffset_:I
            isub
            istore 3 /* size */
        start local 3 // int size
        24: .line 369
            aload 1 /* ucharppty */
            iload 3 /* size */
            newarray 10
            putfield sun.text.normalizer.UCharacterProperty.m_property_:[I
        25: .line 370
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        26: goto 29
        27: .line 371
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* ucharppty */
            getfield sun.text.normalizer.UCharacterProperty.m_property_:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            iastore
        28: .line 370
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 27
        end local 4 // int i
        30: .line 375
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_caseOffset_:I
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_exceptionOffset_:I
            isub
            istore 3 /* size */
        31: .line 376
            aload 1 /* ucharppty */
            iload 3 /* size */
            newarray 10
            putfield sun.text.normalizer.UCharacterProperty.m_exception_:[I
        32: .line 377
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        33: goto 36
        34: .line 378
      StackMap locals:
      StackMap stack:
            aload 1 /* ucharppty */
            getfield sun.text.normalizer.UCharacterProperty.m_exception_:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            iastore
        35: .line 377
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 34
        end local 4 // int i
        37: .line 382
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_additionalOffset_:I
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_caseOffset_:I
            isub
            iconst_1
            ishl
            istore 3 /* size */
        38: .line 383
            aload 1 /* ucharppty */
            iload 3 /* size */
            newarray 5
            putfield sun.text.normalizer.UCharacterProperty.m_case_:[C
        39: .line 384
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        40: goto 43
        41: .line 385
      StackMap locals:
      StackMap stack:
            aload 1 /* ucharppty */
            getfield sun.text.normalizer.UCharacterProperty.m_case_:[C
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readChar:()C
            castore
        42: .line 384
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 41
        end local 4 // int i
        44: .line 389
            aload 1 /* ucharppty */
            new sun.text.normalizer.CharTrie
            dup
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
        45: .line 390
            aload 1 /* ucharppty */
            invokespecial sun.text.normalizer.CharTrie.<init>:(Ljava/io/InputStream;Lsun/text/normalizer/Trie$DataManipulate;)V
        46: .line 389
            putfield sun.text.normalizer.UCharacterProperty.m_additionalTrie_:Lsun/text/normalizer/CharTrie;
        47: .line 393
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_reservedOffset_:I
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_additionalVectorsOffset_:I
            isub
            istore 3 /* size */
        48: .line 394
            aload 1 /* ucharppty */
            iload 3 /* size */
            newarray 10
            putfield sun.text.normalizer.UCharacterProperty.m_additionalVectors_:[I
        49: .line 395
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        50: goto 53
        51: .line 396
      StackMap locals:
      StackMap stack:
            aload 1 /* ucharppty */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalVectors_:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            iastore
        52: .line 395
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 51
        end local 4 // int i
        54: .line 399
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.close:()V
        55: .line 400
            aload 1 /* ucharppty */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_additionalColumnsCount_:I
            putfield sun.text.normalizer.UCharacterProperty.m_additionalColumnsCount_:I
        56: .line 401
            aload 1 /* ucharppty */
        57: .line 402
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_unicodeVersion_:[B
            iconst_0
            baload
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_unicodeVersion_:[B
            iconst_1
            baload
        58: .line 403
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_unicodeVersion_:[B
            iconst_2
            baload
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_unicodeVersion_:[B
            iconst_3
            baload
        59: .line 401
            invokestatic sun.text.normalizer.VersionInfo.getInstance:(IIII)Lsun/text/normalizer/VersionInfo;
            putfield sun.text.normalizer.UCharacterProperty.m_unicodeVersion_:Lsun/text/normalizer/VersionInfo;
        60: .line 404
            return
        end local 3 // int size
        end local 2 // int count
        end local 1 // sun.text.normalizer.UCharacterProperty ucharppty
        end local 0 // sun.text.normalizer.UCharacterPropertyReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   61     0       this  Lsun/text/normalizer/UCharacterPropertyReader;
            0   61     1  ucharppty  Lsun/text/normalizer/UCharacterProperty;
            1   61     2      count  I
           24   61     3       size  I
           26   30     4          i  I
           33   37     4          i  I
           40   44     4          i  I
           50   54     4          i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      ucharppty  
}
SourceFile: "UCharacterPropertyReader.java"
InnerClasses:
  public abstract Authenticate = sun.text.normalizer.ICUBinary$Authenticate of sun.text.normalizer.ICUBinary
  public abstract DataManipulate = sun.text.normalizer.Trie$DataManipulate of sun.text.normalizer.Trie