public class org.bouncycastle.mime.encoding.QuotedPrintableInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.mime.encoding.QuotedPrintableInputStream
  super_class: java.io.FilterInputStream
{
  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 // org.bouncycastle.mime.encoding.QuotedPrintableInputStream this
        start local 1 // java.io.InputStream input
         0: .line 16
            aload 0 /* this */
            aload 1 /* input */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 17
            return
        end local 1 // java.io.InputStream input
        end local 0 // org.bouncycastle.mime.encoding.QuotedPrintableInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/mime/encoding/QuotedPrintableInputStream;
            0    2     1  input  Ljava/io/InputStream;
    MethodParameters:
       Name  Flags
      input  

  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.bouncycastle.mime.encoding.QuotedPrintableInputStream this
        start local 1 // byte[] buf
        start local 2 // int bufOff
        start local 3 // int len
         0: .line 21
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: .line 22
            goto 7
         2: .line 24
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.mime.encoding.QuotedPrintableInputStream.read:()I
            istore 5 /* ch */
        start local 5 // int ch
         3: .line 25
            iload 5 /* ch */
            ifge 5
         4: .line 27
            goto 8
         5: .line 29
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 4 /* i */
            iload 2 /* bufOff */
            iadd
            iload 5 /* ch */
            i2b
            bastore
         6: .line 30
            iinc 4 /* i */ 1
        end local 5 // int ch
         7: .line 22
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 3 /* len */
            if_icmpne 2
         8: .line 33
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ifne 10
         9: .line 35
            iconst_m1
            ireturn
        10: .line 38
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ireturn
        end local 4 // int i
        end local 3 // int len
        end local 2 // int bufOff
        end local 1 // byte[] buf
        end local 0 // org.bouncycastle.mime.encoding.QuotedPrintableInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/bouncycastle/mime/encoding/QuotedPrintableInputStream;
            0   11     1     buf  [B
            0   11     2  bufOff  I
            0   11     3     len  I
            1   11     4       i  I
            3    7     5      ch  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buf     
      bufOff  
      len     

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.bouncycastle.mime.encoding.QuotedPrintableInputStream this
         0: .line 44
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* v */
        start local 1 // int v
         1: .line 45
            iload 1 /* v */
            iconst_m1
            if_icmpne 33
         2: .line 47
            iconst_m1
            ireturn
         3: .line 56
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* j */
        start local 2 // int j
         4: .line 57
            iload 2 /* j */
            iconst_m1
            if_icmpne 6
         5: .line 59
            new java.lang.IllegalStateException
            dup
            ldc "Quoted '=' at end of stream"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 63
      StackMap locals: int
      StackMap stack:
            iload 2 /* j */
            bipush 13
            if_icmpne 12
         7: .line 65
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* j */
         8: .line 66
            iload 2 /* j */
            bipush 10
            if_icmpne 10
         9: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* j */
        10: .line 74
      StackMap locals:
      StackMap stack:
            iload 2 /* j */
            istore 1 /* v */
        11: .line 75
            goto 33
        12: .line 77
      StackMap locals:
      StackMap stack:
            iload 2 /* j */
            bipush 10
            if_icmpne 15
        13: .line 80
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* v */
        14: .line 81
            goto 33
        15: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* chr */
        start local 3 // int chr
        16: .line 88
            iload 2 /* j */
            bipush 48
            if_icmplt 19
            iload 2 /* j */
            bipush 57
            if_icmpgt 19
        17: .line 90
            iload 2 /* j */
            bipush 48
            isub
            istore 3 /* chr */
        18: .line 91
            goto 23
        19: .line 92
      StackMap locals: int
      StackMap stack:
            iload 2 /* j */
            bipush 65
            if_icmplt 22
            iload 2 /* j */
            bipush 70
            if_icmpgt 22
        20: .line 94
            bipush 10
            iload 2 /* j */
            bipush 65
            isub
            iadd
            istore 3 /* chr */
        21: .line 95
            goto 23
        22: .line 98
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Expecting '0123456789ABCDEF after quote that was not immediately followed by LF or CRLF"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 101
      StackMap locals:
      StackMap stack:
            iload 3 /* chr */
            iconst_4
            ishl
            istore 3 /* chr */
        24: .line 103
            aload 0 /* this */
            getfield org.bouncycastle.mime.encoding.QuotedPrintableInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* j */
        25: .line 105
            iload 2 /* j */
            bipush 48
            if_icmplt 28
            iload 2 /* j */
            bipush 57
            if_icmpgt 28
        26: .line 107
            iload 3 /* chr */
            iload 2 /* j */
            bipush 48
            isub
            ior
            istore 3 /* chr */
        27: .line 108
            goto 32
        28: .line 109
      StackMap locals:
      StackMap stack:
            iload 2 /* j */
            bipush 65
            if_icmplt 31
            iload 2 /* j */
            bipush 70
            if_icmpgt 31
        29: .line 111
            iload 3 /* chr */
            bipush 10
            iload 2 /* j */
            bipush 65
            isub
            iadd
            ior
            istore 3 /* chr */
        30: .line 112
            goto 32
        31: .line 115
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Expecting second '0123456789ABCDEF after quote that was not immediately followed by LF or CRLF"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 118
      StackMap locals:
      StackMap stack:
            iload 3 /* chr */
            ireturn
        end local 3 // int chr
        end local 2 // int j
        33: .line 51
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            bipush 61
            if_icmpeq 3
        34: .line 122
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // org.bouncycastle.mime.encoding.QuotedPrintableInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   35     0  this  Lorg/bouncycastle/mime/encoding/QuotedPrintableInputStream;
            1   35     1     v  I
            4   33     2     j  I
           16   33     3   chr  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "QuotedPrintableInputStream.java"