class org.bouncycastle.mime.LineReader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.mime.LineReader
  super_class: java.lang.Object
{
  private final java.io.InputStream src;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.mime.LineReader this
        start local 1 // java.io.InputStream src
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.mime.LineReader.lastC:I
         2: .line 20
            aload 0 /* this */
            aload 1 /* src */
            putfield org.bouncycastle.mime.LineReader.src:Ljava/io/InputStream;
         3: .line 21
            return
        end local 1 // java.io.InputStream src
        end local 0 // org.bouncycastle.mime.LineReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/mime/LineReader;
            0    4     1   src  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      src   

  java.lang.String readLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.bouncycastle.mime.LineReader this
         0: .line 26
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* bOut */
        start local 1 // java.io.ByteArrayOutputStream bOut
         1: .line 30
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.lastC:I
            iconst_m1
            if_icmpeq 7
         2: .line 32
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.lastC:I
            bipush 13
            if_icmpne 4
         3: .line 34
            ldc ""
            areturn
         4: .line 36
      StackMap locals: java.io.ByteArrayOutputStream
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.lastC:I
            istore 2 /* ch */
        start local 2 // int ch
         5: .line 37
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.mime.LineReader.lastC:I
         6: .line 38
            goto 11
        end local 2 // int ch
         7: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* ch */
        start local 2 // int ch
         8: .line 44
            goto 11
         9: .line 46
      StackMap locals: int
      StackMap stack:
            aload 1 /* bOut */
            iload 2 /* ch */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        10: .line 47
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* ch */
        11: .line 44
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            iflt 12
            iload 2 /* ch */
            bipush 13
            if_icmpeq 12
            iload 2 /* ch */
            bipush 10
            if_icmpne 9
        12: .line 50
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            bipush 13
            if_icmpne 16
        13: .line 52
            aload 0 /* this */
            getfield org.bouncycastle.mime.LineReader.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* c */
        start local 3 // int c
        14: .line 53
            iload 3 /* c */
            bipush 10
            if_icmpeq 16
            iload 3 /* c */
            iflt 16
        15: .line 55
            aload 0 /* this */
            iload 3 /* c */
            putfield org.bouncycastle.mime.LineReader.lastC:I
        end local 3 // int c
        16: .line 59
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            ifge 18
        17: .line 61
            aconst_null
            areturn
        18: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* bOut */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokestatic org.bouncycastle.util.Strings.fromUTF8ByteArray:([B)Ljava/lang/String;
            areturn
        end local 2 // int ch
        end local 1 // java.io.ByteArrayOutputStream bOut
        end local 0 // org.bouncycastle.mime.LineReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lorg/bouncycastle/mime/LineReader;
            1   19     1  bOut  Ljava/io/ByteArrayOutputStream;
            5    7     2    ch  I
            8   19     2    ch  I
           14   16     3     c  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "LineReader.java"