final class org.jvnet.mimepull.QPDecoderStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jvnet.mimepull.QPDecoderStream
  super_class: java.io.FilterInputStream
{
  private byte[] ba;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int spaces;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jvnet.mimepull.QPDecoderStream this
        start local 1 // java.io.InputStream in
         0: .line 35
            aload 0 /* this */
            new java.io.PushbackInputStream
            dup
            aload 1 /* in */
            iconst_2
            invokespecial java.io.PushbackInputStream.<init>:(Ljava/io/InputStream;I)V
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 26
            aload 0 /* this */
            iconst_2
            newarray 8
            putfield org.jvnet.mimepull.QPDecoderStream.ba:[B
         2: .line 27
            aload 0 /* this */
            iconst_0
            putfield org.jvnet.mimepull.QPDecoderStream.spaces:I
         3: .line 36
            return
        end local 1 // java.io.InputStream in
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jvnet/mimepull/QPDecoderStream;
            0    4     1    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.jvnet.mimepull.QPDecoderStream this
         0: .line 52
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.spaces:I
            ifle 3
         1: .line 54
            aload 0 /* this */
            dup
            getfield org.jvnet.mimepull.QPDecoderStream.spaces:I
            iconst_1
            isub
            putfield org.jvnet.mimepull.QPDecoderStream.spaces:I
         2: .line 55
            bipush 32
            ireturn
         3: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* c */
        start local 1 // int c
         4: .line 60
            iload 1 /* c */
            bipush 32
            if_icmpne 14
         5: .line 62
            goto 7
         6: .line 63
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jvnet.mimepull.QPDecoderStream.spaces:I
            iconst_1
            iadd
            putfield org.jvnet.mimepull.QPDecoderStream.spaces:I
         7: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            dup
            istore 1 /* c */
            bipush 32
            if_icmpeq 6
         8: .line 66
            iload 1 /* c */
            bipush 13
            if_icmpeq 9
            iload 1 /* c */
            bipush 10
            if_icmpeq 9
            iload 1 /* c */
            iconst_m1
            if_icmpne 11
         9: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.jvnet.mimepull.QPDecoderStream.spaces:I
        10: .line 68
            goto 13
        11: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            checkcast java.io.PushbackInputStream
            iload 1 /* c */
            invokevirtual java.io.PushbackInputStream.unread:(I)V
        12: .line 71
            bipush 32
            istore 1 /* c */
        13: .line 73
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        14: .line 75
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 61
            if_icmpne 32
        15: .line 77
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* a */
        start local 2 // int a
        16: .line 79
            iload 2 /* a */
            bipush 10
            if_icmpne 18
        17: .line 85
            aload 0 /* this */
            invokevirtual org.jvnet.mimepull.QPDecoderStream.read:()I
            ireturn
        18: .line 86
      StackMap locals: int
      StackMap stack:
            iload 2 /* a */
            bipush 13
            if_icmpne 23
        19: .line 88
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* b */
        start local 3 // int b
        20: .line 89
            iload 3 /* b */
            bipush 10
            if_icmpeq 22
        21: .line 90
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            checkcast java.io.PushbackInputStream
            iload 3 /* b */
            invokevirtual java.io.PushbackInputStream.unread:(I)V
        22: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jvnet.mimepull.QPDecoderStream.read:()I
            ireturn
        end local 3 // int b
        23: .line 93
      StackMap locals:
      StackMap stack:
            iload 2 /* a */
            iconst_m1
            if_icmpne 25
        24: .line 95
            iconst_m1
            ireturn
        25: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.ba:[B
            iconst_0
            iload 2 /* a */
            i2b
            bastore
        26: .line 98
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.ba:[B
            iconst_1
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            i2b
            bastore
        27: .line 100
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.ba:[B
            iconst_0
            iconst_2
            bipush 16
            invokestatic org.jvnet.mimepull.ASCIIUtility.parseInt:([BIII)I
        28: ireturn
        29: .line 101
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            pop
        30: .line 109
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            checkcast java.io.PushbackInputStream
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.ba:[B
            invokevirtual java.io.PushbackInputStream.unread:([B)V
        31: .line 110
            iload 1 /* c */
            ireturn
        end local 2 // int a
        32: .line 114
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0  this  Lorg/jvnet/mimepull/QPDecoderStream;
            4   33     1     c  I
           16   32     2     a  I
           20   23     3     b  I
      Exception table:
        from    to  target  type
          27    28      29  Class java.lang.NumberFormatException
    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 // org.jvnet.mimepull.QPDecoderStream this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 134
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 9
         2: .line 135
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jvnet.mimepull.QPDecoderStream.read:()I
            dup
            istore 5 /* c */
        start local 5 // int c
         3: iconst_m1
            if_icmpne 7
         4: .line 136
            iload 4 /* i */
            ifne 10
         5: .line 137
            iconst_m1
            istore 4 /* i */
         6: .line 139
            goto 10
         7: .line 141
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* off */
            iload 4 /* i */
            iadd
            iload 5 /* c */
            i2b
            bastore
         8: .line 134
            iinc 4 /* i */ 1
        end local 5 // int c
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 2
        10: .line 143
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ireturn
        end local 4 // int i
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jvnet/mimepull/QPDecoderStream;
            0   11     1   buf  [B
            0   11     2   off  I
            0   11     3   len  I
            1   11     4     i  I
            3    9     5     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.jvnet.mimepull.QPDecoderStream this
        start local 1 // long n
         0: .line 151
            lconst_0
            lstore 3 /* skipped */
        start local 3 // long skipped
         1: .line 152
            goto 3
         2: .line 153
      StackMap locals: long
      StackMap stack:
            lload 3 /* skipped */
            lconst_1
            ladd
            lstore 3 /* skipped */
         3: .line 152
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            dup2
            lconst_1
            lsub
            lstore 1 /* n */
            lconst_0
            lcmp
            ifle 4
            aload 0 /* this */
            invokevirtual org.jvnet.mimepull.QPDecoderStream.read:()I
            ifge 2
         4: .line 155
      StackMap locals:
      StackMap stack:
            lload 3 /* skipped */
            lreturn
        end local 3 // long skipped
        end local 1 // long n
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jvnet/mimepull/QPDecoderStream;
            0    5     1        n  J
            1    5     3  skipped  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jvnet.mimepull.QPDecoderStream this
         0: .line 164
            iconst_0
            ireturn
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jvnet/mimepull/QPDecoderStream;

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jvnet.mimepull.QPDecoderStream this
         0: .line 178
            aload 0 /* this */
            getfield org.jvnet.mimepull.QPDecoderStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            ireturn
        end local 0 // org.jvnet.mimepull.QPDecoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jvnet/mimepull/QPDecoderStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "QPDecoderStream.java"