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 404
            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 416
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 417
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 418
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 405
            aload 0 /* this */
            aload 2 /* inStream */
            putfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
         5: .line 406
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield java.util.Properties$LineReader.inByteBuf:[B
         6: .line 407
            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 409
            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 416
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield java.util.Properties$LineReader.lineBuf:[C
         2: .line 417
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inLimit:I
         3: .line 418
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
         4: .line 410
            aload 0 /* this */
            aload 2 /* reader */
            putfield java.util.Properties$LineReader.reader:Ljava/io/Reader;
         5: .line 411
            aload 0 /* this */
            sipush 8192
            newarray 5
            putfield java.util.Properties$LineReader.inCharBuf:[C
         6: .line 412
            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 423
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         1: .line 424
            iconst_0
            istore 2 /* c */
        start local 2 // char c
         2: .line 426
            iconst_1
            istore 3 /* skipWhiteSpace */
        start local 3 // boolean skipWhiteSpace
         3: .line 427
            iconst_0
            istore 4 /* isCommentLine */
        start local 4 // boolean isCommentLine
         4: .line 428
            iconst_1
            istore 5 /* isNewLine */
        start local 5 // boolean isNewLine
         5: .line 429
            iconst_0
            istore 6 /* appendedLineBegin */
        start local 6 // boolean appendedLineBegin
         6: .line 430
            iconst_0
            istore 7 /* precedingBackslash */
        start local 7 // boolean precedingBackslash
         7: .line 431
            iconst_0
            istore 8 /* skipLF */
        start local 8 // boolean skipLF
         8: .line 434
      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 17
         9: .line 435
            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 436
      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 435
      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 437
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        13: .line 438
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 17
        14: .line 439
            iload 1 /* len */
            ifeq 15
            iload 4 /* isCommentLine */
            ifeq 16
        15: .line 440
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        16: .line 442
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ireturn
        17: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnull 20
        18: .line 448
            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 */
        19: .line 449
            goto 21
        20: .line 450
      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 */
        21: .line 452
      StackMap locals:
      StackMap stack:
            iload 8 /* skipLF */
            ifeq 25
        22: .line 453
            iconst_0
            istore 8 /* skipLF */
        23: .line 454
            iload 2 /* c */
            bipush 10
            if_icmpne 25
        24: .line 455
            goto 8
        25: .line 458
      StackMap locals:
      StackMap stack:
            iload 3 /* skipWhiteSpace */
            ifeq 32
        26: .line 459
            iload 2 /* c */
            bipush 32
            if_icmpeq 8
            iload 2 /* c */
            bipush 9
            if_icmpeq 8
            iload 2 /* c */
            bipush 12
            if_icmpne 28
        27: .line 460
            goto 8
        28: .line 462
      StackMap locals:
      StackMap stack:
            iload 6 /* appendedLineBegin */
            ifne 30
            iload 2 /* c */
            bipush 13
            if_icmpeq 8
            iload 2 /* c */
            bipush 10
            if_icmpne 30
        29: .line 463
            goto 8
        30: .line 465
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* skipWhiteSpace */
        31: .line 466
            iconst_0
            istore 6 /* appendedLineBegin */
        32: .line 468
      StackMap locals:
      StackMap stack:
            iload 5 /* isNewLine */
            ifeq 37
        33: .line 469
            iconst_0
            istore 5 /* isNewLine */
        34: .line 470
            iload 2 /* c */
            bipush 35
            if_icmpeq 35
            iload 2 /* c */
            bipush 33
            if_icmpne 37
        35: .line 471
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* isCommentLine */
        36: .line 472
            goto 8
        37: .line 476
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 10
            if_icmpeq 53
            iload 2 /* c */
            bipush 13
            if_icmpeq 53
        38: .line 477
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            iload 1 /* len */
            iinc 1 /* len */ 1
            iload 2 /* c */
            castore
        39: .line 478
            iload 1 /* len */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            if_icmpne 46
        40: .line 479
            aload 0 /* this */
            getfield java.util.Properties$LineReader.lineBuf:[C
            arraylength
            iconst_2
            imul
            istore 9 /* newLength */
        start local 9 // int newLength
        41: .line 480
            iload 9 /* newLength */
            ifge 43
        42: .line 481
            ldc 2147483647
            istore 9 /* newLength */
        43: .line 483
      StackMap locals: int
      StackMap stack:
            iload 9 /* newLength */
            newarray 5
            astore 10 /* buf */
        start local 10 // char[] buf
        44: .line 484
            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
        45: .line 485
            aload 0 /* this */
            aload 10 /* buf */
            putfield java.util.Properties$LineReader.lineBuf:[C
        end local 10 // char[] buf
        end local 9 // int newLength
        46: .line 488
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 92
            if_icmpne 51
        47: .line 489
            iload 7 /* precedingBackslash */
            ifeq 48
            iconst_0
            goto 49
      StackMap locals:
      StackMap stack:
        48: iconst_1
      StackMap locals:
      StackMap stack: int
        49: istore 7 /* precedingBackslash */
        50: .line 490
            goto 8
        51: .line 491
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* precedingBackslash */
        52: .line 493
            goto 8
        53: .line 496
      StackMap locals:
      StackMap stack:
            iload 4 /* isCommentLine */
            ifne 54
            iload 1 /* len */
            ifne 59
        54: .line 497
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* isCommentLine */
        55: .line 498
            iconst_1
            istore 5 /* isNewLine */
        56: .line 499
            iconst_1
            istore 3 /* skipWhiteSpace */
        57: .line 500
            iconst_0
            istore 1 /* len */
        58: .line 501
            goto 8
        59: .line 503
      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 67
        60: .line 504
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inStream:Ljava/io/InputStream;
            ifnonnull 62
        61: .line 505
            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 63
        62: .line 506
      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
        63: .line 504
      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
        64: .line 507
            aload 0 /* this */
            iconst_0
            putfield java.util.Properties$LineReader.inOff:I
        65: .line 508
            aload 0 /* this */
            getfield java.util.Properties$LineReader.inLimit:I
            ifgt 67
        66: .line 509
            iload 1 /* len */
            ireturn
        67: .line 512
      StackMap locals:
      StackMap stack:
            iload 7 /* precedingBackslash */
            ifeq 75
        68: .line 513
            iinc 1 /* len */ -1
        69: .line 515
            iconst_1
            istore 3 /* skipWhiteSpace */
        70: .line 516
            iconst_1
            istore 6 /* appendedLineBegin */
        71: .line 517
            iconst_0
            istore 7 /* precedingBackslash */
        72: .line 518
            iload 2 /* c */
            bipush 13
            if_icmpne 8
        73: .line 519
            iconst_1
            istore 8 /* skipLF */
        74: .line 521
            goto 8
        75: .line 522
      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   76     0                this  Ljava/util/Properties$LineReader;
            1   76     1                 len  I
            2   76     2                   c  C
            3   76     3      skipWhiteSpace  Z
            4   76     4       isCommentLine  Z
            5   76     5           isNewLine  Z
            6   76     6   appendedLineBegin  Z
            7   76     7  precedingBackslash  Z
            8   76     8              skipLF  Z
           41   46     9           newLength  I
           44   46    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