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 181
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush 85
            bastore
            dup
            iconst_1
            bipush 80
            bastore
            dup
            iconst_2
         1: .line 182
            bipush 114
            bastore
            dup
            iconst_3
            bipush 111
            bastore
         2: .line 181
            putstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_ID_:[B
         3: .line 187
            iconst_4
            newarray 8
            dup
            iconst_0
            iconst_5
            bastore
            dup
            iconst_2
         4: .line 188
            iconst_5
            bastore
            dup
            iconst_3
         5: .line 189
            iconst_2
            bastore
         6: .line 187
            putstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
         7: .line 189
            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 65
            aload 1 /* version */
            iconst_0
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_0
            baload
            if_icmpne 4
         1: .line 66
            aload 1 /* version */
            iconst_2
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_2
            baload
            if_icmpne 4
         2: .line 67
            aload 1 /* version */
            iconst_3
            baload
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_VERSION_:[B
            iconst_3
            baload
            if_icmpne 4
         3: .line 65
            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 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* inputStream */
            getstatic sun.text.normalizer.UCharacterPropertyReader.DATA_FORMAT_ID_:[B
         2: .line 81
            aload 0 /* this */
         3: .line 80
            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 82
            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 83
            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 96
            bipush 16
            istore 2 /* count */
        start local 2 // int count
         1: .line 97
            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 98
            iinc 2 /* count */ -1
         3: .line 99
            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 100
            iinc 2 /* count */ -1
         5: .line 101
            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 102
            iinc 2 /* count */ -1
         7: .line 103
            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 104
            iinc 2 /* count */ -1
         9: .line 105
            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 106
            iinc 2 /* count */ -1
        11: .line 107
            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 108
            iinc 2 /* count */ -1
        13: .line 109
            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 110
            iinc 2 /* count */ -1
        15: .line 111
            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 112
            iinc 2 /* count */ -3
        17: .line 113
            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 114
            iinc 2 /* count */ -1
        19: .line 115
            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 116
            iinc 2 /* count */ -1
        21: .line 117
            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 121
            aload 1 /* ucharppty */
            new sun.text.normalizer.CharTrie
            dup
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            aconst_null
            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 124
            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 125
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            iload 3 /* size */
            iconst_4
            imul
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        25: .line 128
            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 */
        26: .line 129
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            iload 3 /* size */
            iconst_4
            imul
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        27: .line 132
            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 */
        28: .line 133
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            iload 3 /* size */
            iconst_2
            imul
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        29: .line 135
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_additionalColumnsCount_:I
            ifle 38
        30: .line 137
            aload 1 /* ucharppty */
            new sun.text.normalizer.CharTrie
            dup
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            aconst_null
            invokespecial sun.text.normalizer.CharTrie.<init>:(Ljava/io/InputStream;Lsun/text/normalizer/Trie$DataManipulate;)V
            putfield sun.text.normalizer.UCharacterProperty.m_additionalTrie_:Lsun/text/normalizer/CharTrie;
        31: .line 140
            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 */
        32: .line 141
            aload 1 /* ucharppty */
            iload 3 /* size */
            newarray 10
            putfield sun.text.normalizer.UCharacterProperty.m_additionalVectors_:[I
        33: .line 142
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        34: goto 37
        35: .line 143
      StackMap locals: int int int
      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
        36: .line 142
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 35
        end local 4 // int i
        38: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_dataInputStream_:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.close:()V
        39: .line 148
            aload 1 /* ucharppty */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterPropertyReader.m_additionalColumnsCount_:I
            putfield sun.text.normalizer.UCharacterProperty.m_additionalColumnsCount_:I
        40: .line 149
            aload 1 /* ucharppty */
        41: .line 150
            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
        42: .line 151
            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
        43: .line 149
            invokestatic sun.text.normalizer.VersionInfo.getInstance:(IIII)Lsun/text/normalizer/VersionInfo;
            putfield sun.text.normalizer.UCharacterProperty.m_unicodeVersion_:Lsun/text/normalizer/VersionInfo;
        44: .line 152
            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   45     0       this  Lsun/text/normalizer/UCharacterPropertyReader;
            0   45     1  ucharppty  Lsun/text/normalizer/UCharacterProperty;
            1   45     2      count  I
           24   45     3       size  I
           34   38     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