public class java.io.LineNumberInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.io.LineNumberInputStream
  super_class: java.io.FilterInputStream
{
  int pushBack;
    descriptor: I
    flags: (0x0000) 

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

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

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

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.LineNumberInputStream this
        start local 1 // java.io.InputStream in
         0: .line 64
            aload 0 /* this */
            aload 1 /* in */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 52
            aload 0 /* this */
            iconst_m1
            putfield java.io.LineNumberInputStream.pushBack:I
         2: .line 55
            aload 0 /* this */
            iconst_m1
            putfield java.io.LineNumberInputStream.markPushBack:I
         3: .line 65
            return
        end local 1 // java.io.InputStream in
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/LineNumberInputStream;
            0    4     1    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.io.LineNumberInputStream this
         0: .line 92
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.pushBack:I
            istore 1 /* c */
        start local 1 // int c
         1: .line 94
            iload 1 /* c */
            iconst_m1
            if_icmpeq 4
         2: .line 95
            aload 0 /* this */
            iconst_m1
            putfield java.io.LineNumberInputStream.pushBack:I
         3: .line 96
            goto 5
         4: .line 97
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* c */
         5: .line 100
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            tableswitch { // 10 - 13
                   10: 9
                   11: 11
                   12: 11
                   13: 6
              default: 11
          }
         6: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            putfield java.io.LineNumberInputStream.pushBack:I
         7: .line 103
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.pushBack:I
            bipush 10
            if_icmpne 9
         8: .line 104
            aload 0 /* this */
            iconst_m1
            putfield java.io.LineNumberInputStream.pushBack:I
         9: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield java.io.LineNumberInputStream.lineNumber:I
            iconst_1
            iadd
            putfield java.io.LineNumberInputStream.lineNumber:I
        10: .line 108
            bipush 10
            ireturn
        11: .line 110
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/io/LineNumberInputStream;
            1   12     1     c  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.io.LineNumberInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 131
            aload 1 /* b */
            ifnonnull 2
         1: .line 132
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 133
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 4
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            if_icmpgt 4
            iload 3 /* len */
            iflt 4
         3: .line 134
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* b */
            arraylength
            if_icmpgt 4
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 5
         4: .line 135
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         5: .line 136
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 7
         6: .line 137
            iconst_0
            ireturn
         7: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.io.LineNumberInputStream.read:()I
            istore 4 /* c */
        start local 4 // int c
         8: .line 141
            iload 4 /* c */
            iconst_m1
            if_icmpne 10
         9: .line 142
            iconst_m1
            ireturn
        10: .line 144
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* c */
            i2b
            bastore
        11: .line 146
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        12: .line 148
            goto 19
        13: .line 149
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.io.LineNumberInputStream.read:()I
            istore 4 /* c */
        14: .line 150
            iload 4 /* c */
            iconst_m1
            if_icmpne 16
        15: .line 151
            goto 22
        16: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            ifnull 18
        17: .line 154
            aload 1 /* b */
            iload 2 /* off */
            iload 5 /* i */
            iadd
            iload 4 /* c */
            i2b
            bastore
        18: .line 148
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 13
        20: .line 157
            goto 22
      StackMap locals:
      StackMap stack: java.io.IOException
        21: pop
        22: .line 159
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            ireturn
        end local 5 // int i
        end local 4 // int c
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Ljava/io/LineNumberInputStream;
            0   23     1     b  [B
            0   23     2   off  I
            0   23     3   len  I
            8   23     4     c  I
           12   23     5     i  I
      Exception table:
        from    to  target  type
          12    20      21  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // java.io.LineNumberInputStream this
        start local 1 // long n
         0: .line 180
            sipush 2048
            istore 3 /* chunk */
        start local 3 // int chunk
         1: .line 181
            lload 1 /* n */
            lstore 4 /* remaining */
        start local 4 // long remaining
         2: .line 185
            lload 1 /* n */
            lconst_0
            lcmp
            ifgt 4
         3: .line 186
            lconst_0
            lreturn
         4: .line 189
      StackMap locals: int long
      StackMap stack:
            iload 3 /* chunk */
            newarray 8
            astore 6 /* data */
        start local 6 // byte[] data
         5: .line 190
            goto 10
         6: .line 191
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            aload 6 /* data */
            iconst_0
            iload 3 /* chunk */
            i2l
            lload 4 /* remaining */
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            invokevirtual java.io.LineNumberInputStream.read:([BII)I
            istore 7 /* nr */
        start local 7 // int nr
         7: .line 192
            iload 7 /* nr */
            ifge 9
         8: .line 193
            goto 11
         9: .line 195
      StackMap locals: int
      StackMap stack:
            lload 4 /* remaining */
            iload 7 /* nr */
            i2l
            lsub
            lstore 4 /* remaining */
        end local 7 // int nr
        10: .line 190
      StackMap locals:
      StackMap stack:
            lload 4 /* remaining */
            lconst_0
            lcmp
            ifgt 6
        11: .line 198
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lload 4 /* remaining */
            lsub
            lreturn
        end local 6 // byte[] data
        end local 4 // long remaining
        end local 3 // int chunk
        end local 1 // long n
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljava/io/LineNumberInputStream;
            0   12     1          n  J
            1   12     3      chunk  I
            2   12     4  remaining  J
            5   12     6       data  [B
            7   10     7         nr  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public void setLineNumber(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.LineNumberInputStream this
        start local 1 // int lineNumber
         0: .line 208
            aload 0 /* this */
            iload 1 /* lineNumber */
            putfield java.io.LineNumberInputStream.lineNumber:I
         1: .line 209
            return
        end local 1 // int lineNumber
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljava/io/LineNumberInputStream;
            0    2     1  lineNumber  I
    MethodParameters:
            Name  Flags
      lineNumber  

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.LineNumberInputStream this
         0: .line 218
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.lineNumber:I
            ireturn
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/LineNumberInputStream;

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.LineNumberInputStream this
         0: .line 241
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.pushBack:I
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.available:()I
            iconst_2
            idiv
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial java.io.FilterInputStream.available:()I
            iconst_2
            idiv
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/LineNumberInputStream;
    Exceptions:
      throws java.io.IOException

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.LineNumberInputStream this
        start local 1 // int readlimit
         0: .line 260
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.lineNumber:I
            putfield java.io.LineNumberInputStream.markLineNumber:I
         1: .line 261
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.pushBack:I
            putfield java.io.LineNumberInputStream.markPushBack:I
         2: .line 262
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.in:Ljava/io/InputStream;
            iload 1 /* readlimit */
            invokevirtual java.io.InputStream.mark:(I)V
         3: .line 263
            return
        end local 1 // int readlimit
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljava/io/LineNumberInputStream;
            0    4     1  readlimit  I
    MethodParameters:
           Name  Flags
      readlimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.LineNumberInputStream this
         0: .line 289
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.markLineNumber:I
            putfield java.io.LineNumberInputStream.lineNumber:I
         1: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.markPushBack:I
            putfield java.io.LineNumberInputStream.pushBack:I
         2: .line 291
            aload 0 /* this */
            getfield java.io.LineNumberInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
         3: .line 292
            return
        end local 0 // java.io.LineNumberInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/LineNumberInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "LineNumberInputStream.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()