class java.util.Properties$LineReader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Properties$LineReader
  super_class: java.lang.Object
{
  byte[] inByteBuf;
    descriptor: [B
    flags: (0x0000) 

  char[] inCharBuf;
    descriptor: [C
    flags: (0x0000) 

  char[] lineBuf;
    descriptor: [C
    flags: (0x0000) 

  int inLimit;
    descriptor: I
    flags: (0x0000) 

  int inOff;
    descriptor: I
    flags: (0x0000) 

  java.io.InputStream inStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0000) 

  java.io.Reader reader;
    descriptor: Ljava/io/Reader;
    flags: (0x0000) 

  final java.util.Properties this$0;
    descriptor: Ljava/util/Properties;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(java.util.Properties, java.io.InputStream);
    descriptor: (Ljava/util/Properties;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.Properties$LineReader this
        start local 2 // java.io.InputStream inStream
         0: .line 466
            aload 0 /* this */
            aload 1
            putfield java.util.Properties$LineReader.this$0:Ljava/util/Properties;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 478
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 479
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 480
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 467
            aload 0 /* this */
            aload 2 /* inStream */
            putfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
         5: .line 468
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield java.util.Properties$LineReader.inByteBuf:[B
         6: .line 469
            return
        end local 2 // java.io.InputStream inStream
        end local 0 // java.util.Properties$LineReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljava/util/Properties$LineReader;
            0    7     2  inStream  Ljava/io/InputStream;
    MethodParameters:
          Name  Flags
      this$0    final
      inStream  

  public void <init>(java.util.Properties, java.io.Reader);
    descriptor: (Ljava/util/Properties;Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.Properties$LineReader this
        start local 2 // java.io.Reader reader
         0: .line 471
            aload 0 /* this */
            aload 1
            putfield java.util.Properties$LineReader.this$0:Ljava/util/Properties;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 478
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 479
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 480
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 472
            aload 0 /* this */
            aload 2 /* reader */
            putfield java.util.Properties$LineReader.reader:Ljava/io/Reader;
         5: .line 473
            aload 0 /* this */
            sipush 8192
            newarray 5
            putfield java.util.Properties$LineReader.inCharBuf:[C
         6: .line 474
            return
        end local 2 // java.io.Reader reader
        end local 0 // java.util.Properties$LineReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/util/Properties$LineReader;
            0    7     2  reader  Ljava/io/Reader;
    MethodParameters:
        Name  Flags
      this$0  final
      reader  

  int readLine();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=1
        start local 0 // java.util.Properties$LineReader this
         0: .line 485
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         1: .line 486
            iconst_0
            istore 2 /* c */
        start local 2 // char c
         2: .line 488
            iconst_1
            istore 3 /* skipWhiteSpace */
        start local 3 // boolean skipWhiteSpace
         3: .line 489
            iconst_0
            istore 4 /* isCommentLine */
        start local 4 // boolean isCommentLine
         4: .line 490
            iconst_1
            istore 5 /* isNewLine */
        start local 5 // boolean isNewLine
         5: .line 491
            iconst_0
            istore 6 /* appendedLineBegin */
        start local 6 // boolean appendedLineBegin
         6: .line 492
            iconst_0
            istore 7 /* precedingBackslash */
        start local 7 // boolean precedingBackslash
         7: .line 493
            iconst_0
            istore 8 /* skipLF */
        start local 8 // boolean skipLF
         8: .line 496
      StackMap locals: java.util.Properties$LineReader int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inOff:I
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            if_icmplt 19
         9: .line 497
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnonnull 10
            aload 0 /* this */
            getfield java.util.Properties$LineReader.reader:Ljava/io/Reader;
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inCharBuf:[C
            invokevirtual java.io.Reader.read:([C)I
            goto 11
        10: .line 498
      StackMap locals:
      StackMap stack: java.util.Properties$LineReader
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inByteBuf:[B
            invokevirtual java.io.InputStream.read:([B)I
        11: .line 497
      StackMap locals: java.util.Properties$LineReader int int int int int int int int
      StackMap stack: java.util.Properties$LineReader int
            putfield java.util.Properties$LineReader.inLimit:I
        12: .line 499
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        13: .line 500
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 19
        14: .line 501
            iload 1 /* len */
            ifeq 15
            iload 4 /* isCommentLine */
            ifeq 16
        15: .line 502
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        16: .line 504
      StackMap locals:
      StackMap stack:
            iload 7 /* precedingBackslash */
            ifeq 18
        17: .line 505
            iinc 1 /* len */ -1
        18: .line 507
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        19: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnull 22
        20: .line 513
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inByteBuf:[B
            aload 0 /* this */
            dup
            getfield java.util.Properties$LineReader.inOff:I
            dup_x1
            iconst_1
            iadd
            putfield java.util.Properties$LineReader.inOff:I
            baload
            sipush 255
            iand
            i2c
            istore 2 /* c */
        21: .line 514
            goto 23
        22: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inCharBuf:[C
            aload 0 /* this */
            dup
            getfield java.util.Properties$LineReader.inOff:I
            dup_x1
            iconst_1
            iadd
            putfield java.util.Properties$LineReader.inOff:I
            caload
            istore 2 /* c */
        23: .line 517
      StackMap locals:
      StackMap stack:
            iload 8 /* skipLF */
            ifeq 27
        24: .line 518
            iconst_0
            istore 8 /* skipLF */
        25: .line 519
            iload 2 /* c */
            bipush 10
            if_icmpne 27
        26: .line 520
            goto 8
        27: .line 523
      StackMap locals:
      StackMap stack:
            iload 3 /* skipWhiteSpace */
            ifeq 34
        28: .line 524
            iload 2 /* c */
            bipush 32
            if_icmpeq 8
            iload 2 /* c */
            bipush 9
            if_icmpeq 8
            iload 2 /* c */
            bipush 12
            if_icmpne 30
        29: .line 525
            goto 8
        30: .line 527
      StackMap locals:
      StackMap stack:
            iload 6 /* appendedLineBegin */
            ifne 32
            iload 2 /* c */
            bipush 13
            if_icmpeq 8
            iload 2 /* c */
            bipush 10
            if_icmpne 32
        31: .line 528
            goto 8
        32: .line 530
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* skipWhiteSpace */
        33: .line 531
            iconst_0
            istore 6 /* appendedLineBegin */
        34: .line 533
      StackMap locals:
      StackMap stack:
            iload 5 /* isNewLine */
            ifeq 50
        35: .line 534
            iconst_0
            istore 5 /* isNewLine */
        36: .line 535
            iload 2 /* c */
            bipush 35
            if_icmpeq 37
            iload 2 /* c */
            bipush 33
            if_icmpne 50
        37: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnull 48
        38: .line 539
            goto 43
        39: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inByteBuf:[B
            aload 0 /* this */
            dup
            getfield java.util.Properties$LineReader.inOff:I
            dup_x1
            iconst_1
            iadd
            putfield java.util.Properties$LineReader.inOff:I
            baload
            istore 9 /* b */
        start local 9 // byte b
        40: .line 541
            iload 9 /* b */
            bipush 10
            if_icmpeq 41
            iload 9 /* b */
            bipush 13
            if_icmpeq 41
            iload 9 /* b */
            bipush 92
            if_icmpne 43
        41: .line 542
      StackMap locals: int
      StackMap stack:
            iload 9 /* b */
            sipush 255
            iand
            i2c
            istore 2 /* c */
        42: .line 543
            goto 49
        end local 9 // byte b
        43: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inOff:I
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            if_icmplt 39
        44: .line 546
            goto 49
        45: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inCharBuf:[C
            aload 0 /* this */
            dup
            getfield java.util.Properties$LineReader.inOff:I
            dup_x1
            iconst_1
            iadd
            putfield java.util.Properties$LineReader.inOff:I
            caload
            istore 2 /* c */
        46: .line 549
            iload 2 /* c */
            bipush 10
            if_icmpeq 49
            iload 2 /* c */
            bipush 13
            if_icmpeq 49
            iload 2 /* c */
            bipush 92
            if_icmpne 48
        47: .line 550
            goto 49
        48: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inOff:I
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            if_icmplt 45
        49: .line 554
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* isCommentLine */
        50: .line 558
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 10
            if_icmpeq 66
            iload 2 /* c */
            bipush 13
            if_icmpeq 66
        51: .line 559
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            iload 1 /* len */
            iinc 1 /* len */ 1
            iload 2 /* c */
            castore
        52: .line 560
            iload 1 /* len */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            if_icmpne 59
        53: .line 561
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            iconst_2
            imul
            istore 9 /* newLength */
        start local 9 // int newLength
        54: .line 562
            iload 9 /* newLength */
            ifge 56
        55: .line 563
            ldc 2147483647
            istore 9 /* newLength */
        56: .line 565
      StackMap locals: int
      StackMap stack:
            iload 9 /* newLength */
            newarray 5
            astore 10 /* buf */
        start local 10 // char[] buf
        57: .line 566
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            iconst_0
            aload 10 /* buf */
            iconst_0
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        58: .line 567
            aload 0 /* this */
            aload 10 /* buf */
            putfield java.util.Properties$LineReader.lineBuf:[C
        end local 10 // char[] buf
        end local 9 // int newLength
        59: .line 570
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 92
            if_icmpne 64
        60: .line 571
            iload 7 /* precedingBackslash */
            ifeq 61
            iconst_0
            goto 62
      StackMap locals:
      StackMap stack:
        61: iconst_1
      StackMap locals:
      StackMap stack: int
        62: istore 7 /* precedingBackslash */
        63: .line 572
            goto 8
        64: .line 573
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* precedingBackslash */
        65: .line 575
            goto 8
        66: .line 578
      StackMap locals:
      StackMap stack:
            iload 4 /* isCommentLine */
            ifne 67
            iload 1 /* len */
            ifne 72
        67: .line 579
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* isCommentLine */
        68: .line 580
            iconst_1
            istore 5 /* isNewLine */
        69: .line 581
            iconst_1
            istore 3 /* skipWhiteSpace */
        70: .line 582
            iconst_0
            istore 1 /* len */
        71: .line 583
            goto 8
        72: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inOff:I
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            if_icmplt 82
        73: .line 586
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnonnull 75
        74: .line 587
            aload 0 /* this */
            getfield java.util.Properties$LineReader.reader:Ljava/io/Reader;
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inCharBuf:[C
            invokevirtual java.io.Reader.read:([C)I
            goto 76
        75: .line 588
      StackMap locals:
      StackMap stack: java.util.Properties$LineReader
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inByteBuf:[B
            invokevirtual java.io.InputStream.read:([B)I
        76: .line 586
      StackMap locals: java.util.Properties$LineReader int int int int int int int int
      StackMap stack: java.util.Properties$LineReader int
            putfield java.util.Properties$LineReader.inLimit:I
        77: .line 589
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        78: .line 590
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 82
        79: .line 591
            iload 7 /* precedingBackslash */
            ifeq 81
        80: .line 592
            iinc 1 /* len */ -1
        81: .line 594
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        82: .line 597
      StackMap locals:
      StackMap stack:
            iload 7 /* precedingBackslash */
            ifeq 90
        83: .line 598
            iinc 1 /* len */ -1
        84: .line 600
            iconst_1
            istore 3 /* skipWhiteSpace */
        85: .line 601
            iconst_1
            istore 6 /* appendedLineBegin */
        86: .line 602
            iconst_0
            istore 7 /* precedingBackslash */
        87: .line 603
            iload 2 /* c */
            bipush 13
            if_icmpne 8
        88: .line 604
            iconst_1
            istore 8 /* skipLF */
        89: .line 606
            goto 8
        90: .line 607
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        end local 8 // boolean skipLF
        end local 7 // boolean precedingBackslash
        end local 6 // boolean appendedLineBegin
        end local 5 // boolean isNewLine
        end local 4 // boolean isCommentLine
        end local 3 // boolean skipWhiteSpace
        end local 2 // char c
        end local 1 // int len
        end local 0 // java.util.Properties$LineReader this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   91     0                this  Ljava/util/Properties$LineReader;
            1   91     1                 len  I
            2   91     2                   c  C
            3   91     3      skipWhiteSpace  Z
            4   91     4       isCommentLine  Z
            5   91     5           isNewLine  Z
            6   91     6   appendedLineBegin  Z
            7   91     7  precedingBackslash  Z
            8   91     8              skipLF  Z
           40   43     9                   b  B
           54   59     9           newLength  I
           57   59    10                 buf  [C
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Properties.java"
NestHost: java.util.Properties
InnerClasses:
  LineReader = java.util.Properties$LineReader of java.util.Properties