class org.apache.commons.net.nntp.ReplyIterator implements java.util.Iterator<java.lang.String>, java.lang.Iterable<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.net.nntp.ReplyIterator
  super_class: java.lang.Object
{
  private final java.io.BufferedReader reader;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String line;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Exception savedException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.io.BufferedReader, boolean);
    descriptor: (Ljava/io/BufferedReader;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
        start local 1 // java.io.BufferedReader _reader
        start local 2 // boolean addDotReader
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            iload 2 /* addDotReader */
            ifeq 2
            new org.apache.commons.net.io.DotTerminatedMessageReader
            dup
            aload 1 /* _reader */
            invokespecial org.apache.commons.net.io.DotTerminatedMessageReader.<init>:(Ljava/io/Reader;)V
            goto 3
      StackMap locals: org.apache.commons.net.nntp.ReplyIterator java.io.BufferedReader int
      StackMap stack: org.apache.commons.net.nntp.ReplyIterator
         2: aload 1 /* _reader */
      StackMap locals: org.apache.commons.net.nntp.ReplyIterator java.io.BufferedReader int
      StackMap stack: org.apache.commons.net.nntp.ReplyIterator java.io.BufferedReader
         3: putfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
         4: .line 50
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            putfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
         5: .line 51
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
            ifnonnull 7
         6: .line 52
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
            invokestatic org.apache.commons.net.io.Util.closeQuietly:(Ljava/io/Closeable;)V
         7: .line 54
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean addDotReader
        end local 1 // java.io.BufferedReader _reader
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/apache/commons/net/nntp/ReplyIterator;
            0    8     1       _reader  Ljava/io/BufferedReader;
            0    8     2  addDotReader  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      _reader       
      addDotReader  

  void <init>(java.io.BufferedReader);
    descriptor: (Ljava/io/BufferedReader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
        start local 1 // java.io.BufferedReader _reader
         0: .line 57
            aload 0 /* this */
            aload 1 /* _reader */
            iconst_1
            invokespecial org.apache.commons.net.nntp.ReplyIterator.<init>:(Ljava/io/BufferedReader;Z)V
         1: .line 58
            return
        end local 1 // java.io.BufferedReader _reader
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/net/nntp/ReplyIterator;
            0    2     1  _reader  Ljava/io/BufferedReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      _reader  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
         0: .line 62
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.savedException:Ljava/lang/Exception;
            ifnull 2
         1: .line 63
            new java.util.NoSuchElementException
            dup
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.savedException:Ljava/lang/Exception;
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/net/nntp/ReplyIterator;

  public java.lang.String next();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
         0: .line 70
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.savedException:Ljava/lang/Exception;
            ifnull 2
         1: .line 71
            new java.util.NoSuchElementException
            dup
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.savedException:Ljava/lang/Exception;
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
            astore 1 /* prev */
        start local 1 // java.lang.String prev
         3: .line 74
            aload 1 /* prev */
            ifnonnull 5
         4: .line 75
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         5: .line 78
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            putfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
         6: .line 79
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.line:Ljava/lang/String;
            ifnonnull 12
         7: .line 80
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
            invokestatic org.apache.commons.net.io.Util.closeQuietly:(Ljava/io/Closeable;)V
         8: .line 82
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
         9: astore 2 /* ex */
        start local 2 // java.io.IOException ex
        10: .line 83
            aload 0 /* this */
            aload 2 /* ex */
            putfield org.apache.commons.net.nntp.ReplyIterator.savedException:Ljava/lang/Exception;
        11: .line 84
            aload 0 /* this */
            getfield org.apache.commons.net.nntp.ReplyIterator.reader:Ljava/io/BufferedReader;
            invokestatic org.apache.commons.net.io.Util.closeQuietly:(Ljava/io/Closeable;)V
        end local 2 // java.io.IOException ex
        12: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            areturn
        end local 1 // java.lang.String prev
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/net/nntp/ReplyIterator;
            3   13     1  prev  Ljava/lang/String;
           10   12     2    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     8       9  Class java.io.IOException
    Exceptions:
      throws java.util.NoSuchElementException

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
         0: .line 91
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/nntp/ReplyIterator;

  public java.util.Iterator<java.lang.String> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.net.nntp.ReplyIterator this
         0: .line 96
            aload 0 /* this */
            areturn
        end local 0 // org.apache.commons.net.nntp.ReplyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/nntp/ReplyIterator;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.net.nntp.ReplyIterator.next:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;Ljava/lang/Iterable<Ljava/lang/String;>;
SourceFile: "ReplyIterator.java"