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 403
            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 415
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 416
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 417
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 404
            aload 0 /* this */
            aload 2 /* inStream */
            putfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
         5: .line 405
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield java.util.Properties$LineReader.inByteBuf:[B
         6: .line 406
            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 408
            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 415
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 416
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 417
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 409
            aload 0 /* this */
            aload 2 /* reader */
            putfield java.util.Properties$LineReader.reader:Ljava/io/Reader;
         5: .line 410
            aload 0 /* this */
            sipush 8192
            newarray 5
            putfield java.util.Properties$LineReader.inCharBuf:[C
         6: .line 411
            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=6, locals=11, args_size=1
        start local 0 // java.util.Properties$LineReader this
         0: .line 422
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         1: .line 423
            iconst_0
            istore 2 /* c */
        start local 2 // char c
         2: .line 425
            iconst_1
            istore 3 /* skipWhiteSpace */
        start local 3 // boolean skipWhiteSpace
         3: .line 426
            iconst_0
            istore 4 /* isCommentLine */
        start local 4 // boolean isCommentLine
         4: .line 427
            iconst_1
            istore 5 /* isNewLine */
        start local 5 // boolean isNewLine
         5: .line 428
            iconst_0
            istore 6 /* appendedLineBegin */
        start local 6 // boolean appendedLineBegin
         6: .line 429
            iconst_0
            istore 7 /* precedingBackslash */
        start local 7 // boolean precedingBackslash
         7: .line 430
            iconst_0
            istore 8 /* skipLF */
        start local 8 // boolean skipLF
         8: .line 433
      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 434
            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 435
      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 434
      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 436
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        13: .line 437
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 19
        14: .line 438
            iload 1 /* len */
            ifeq 15
            iload 4 /* isCommentLine */
            ifeq 16
        15: .line 439
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        16: .line 441
      StackMap locals:
      StackMap stack:
            iload 7 /* precedingBackslash */
            ifeq 18
        17: .line 442
            iinc 1 /* len */ -1
        18: .line 444
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        19: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnull 22
        20: .line 450
            sipush 255
            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
            iand
            i2c
            istore 2 /* c */
        21: .line 451
            goto 23
        22: .line 452
      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 454
      StackMap locals:
      StackMap stack:
            iload 8 /* skipLF */
            ifeq 27
        24: .line 455
            iconst_0
            istore 8 /* skipLF */
        25: .line 456
            iload 2 /* c */
            bipush 10
            if_icmpne 27
        26: .line 457
            goto 8
        27: .line 460
      StackMap locals:
      StackMap stack:
            iload 3 /* skipWhiteSpace */
            ifeq 34
        28: .line 461
            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 462
            goto 8
        30: .line 464
      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 465
            goto 8
        32: .line 467
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* skipWhiteSpace */
        33: .line 468
            iconst_0
            istore 6 /* appendedLineBegin */
        34: .line 470
      StackMap locals:
      StackMap stack:
            iload 5 /* isNewLine */
            ifeq 39
        35: .line 471
            iconst_0
            istore 5 /* isNewLine */
        36: .line 472
            iload 2 /* c */
            bipush 35
            if_icmpeq 37
            iload 2 /* c */
            bipush 33
            if_icmpne 39
        37: .line 473
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* isCommentLine */
        38: .line 474
            goto 8
        39: .line 478
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 10
            if_icmpeq 55
            iload 2 /* c */
            bipush 13
            if_icmpeq 55
        40: .line 479
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            iload 1 /* len */
            iinc 1 /* len */ 1
            iload 2 /* c */
            castore
        41: .line 480
            iload 1 /* len */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            if_icmpne 48
        42: .line 481
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            iconst_2
            imul
            istore 9 /* newLength */
        start local 9 // int newLength
        43: .line 482
            iload 9 /* newLength */
            ifge 45
        44: .line 483
            ldc 2147483647
            istore 9 /* newLength */
        45: .line 485
      StackMap locals: int
      StackMap stack:
            iload 9 /* newLength */
            newarray 5
            astore 10 /* buf */
        start local 10 // char[] buf
        46: .line 486
            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
        47: .line 487
            aload 0 /* this */
            aload 10 /* buf */
            putfield java.util.Properties$LineReader.lineBuf:[C
        end local 10 // char[] buf
        end local 9 // int newLength
        48: .line 490
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 92
            if_icmpne 53
        49: .line 491
            iload 7 /* precedingBackslash */
            ifeq 50
            iconst_0
            goto 51
      StackMap locals:
      StackMap stack:
        50: iconst_1
      StackMap locals:
      StackMap stack: int
        51: istore 7 /* precedingBackslash */
        52: .line 492
            goto 8
        53: .line 493
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* precedingBackslash */
        54: .line 495
            goto 8
        55: .line 498
      StackMap locals:
      StackMap stack:
            iload 4 /* isCommentLine */
            ifne 56
            iload 1 /* len */
            ifne 61
        56: .line 499
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* isCommentLine */
        57: .line 500
            iconst_1
            istore 5 /* isNewLine */
        58: .line 501
            iconst_1
            istore 3 /* skipWhiteSpace */
        59: .line 502
            iconst_0
            istore 1 /* len */
        60: .line 503
            goto 8
        61: .line 505
      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 71
        62: .line 506
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnonnull 64
        63: .line 507
            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 65
        64: .line 508
      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
        65: .line 506
      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
        66: .line 509
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        67: .line 510
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 71
        68: .line 511
            iload 7 /* precedingBackslash */
            ifeq 70
        69: .line 512
            iinc 1 /* len */ -1
        70: .line 514
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        71: .line 517
      StackMap locals:
      StackMap stack:
            iload 7 /* precedingBackslash */
            ifeq 79
        72: .line 518
            iinc 1 /* len */ -1
        73: .line 520
            iconst_1
            istore 3 /* skipWhiteSpace */
        74: .line 521
            iconst_1
            istore 6 /* appendedLineBegin */
        75: .line 522
            iconst_0
            istore 7 /* precedingBackslash */
        76: .line 523
            iload 2 /* c */
            bipush 13
            if_icmpne 8
        77: .line 524
            iconst_1
            istore 8 /* skipLF */
        78: .line 526
            goto 8
        79: .line 527
      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   80     0                this  Ljava/util/Properties$LineReader;
            1   80     1                 len  I
            2   80     2                   c  C
            3   80     3      skipWhiteSpace  Z
            4   80     4       isCommentLine  Z
            5   80     5           isNewLine  Z
            6   80     6   appendedLineBegin  Z
            7   80     7  precedingBackslash  Z
            8   80     8              skipLF  Z
           43   48     9           newLength  I
           46   48    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