class sun.net.ftp.impl.FtpClient$FtpFileIterator implements java.util.Iterator<sun.net.ftp.FtpDirEntry>, java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.ftp.impl.FtpClient$FtpFileIterator
  super_class: java.lang.Object
{
  private java.io.BufferedReader in;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0002) ACC_PRIVATE

  private sun.net.ftp.FtpDirEntry nextFile;
    descriptor: Lsun/net/ftp/FtpDirEntry;
    flags: (0x0002) ACC_PRIVATE

  private sun.net.ftp.FtpDirParser fparser;
    descriptor: Lsun/net/ftp/FtpDirParser;
    flags: (0x0002) ACC_PRIVATE

  private boolean eof;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final sun.net.ftp.impl.FtpClient this$0;
    descriptor: Lsun/net/ftp/impl/FtpClient;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.net.ftp.impl.FtpClient, sun.net.ftp.FtpDirParser, java.io.BufferedReader);
    descriptor: (Lsun/net/ftp/impl/FtpClient;Lsun/net/ftp/FtpDirParser;Ljava/io/BufferedReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
        start local 2 // sun.net.ftp.FtpDirParser p
        start local 3 // java.io.BufferedReader in
         0: .line 1817
            aload 0 /* this */
            aload 1
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.this$0:Lsun/net/ftp/impl/FtpClient;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1812
            aload 0 /* this */
            aconst_null
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
         2: .line 1813
            aload 0 /* this */
            aconst_null
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
         3: .line 1814
            aload 0 /* this */
            aconst_null
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.fparser:Lsun/net/ftp/FtpDirParser;
         4: .line 1815
            aload 0 /* this */
            iconst_0
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.eof:Z
         5: .line 1818
            aload 0 /* this */
            aload 3 /* in */
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
         6: .line 1819
            aload 0 /* this */
            aload 2 /* p */
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.fparser:Lsun/net/ftp/FtpDirParser;
         7: .line 1820
            aload 0 /* this */
            invokevirtual sun.net.ftp.impl.FtpClient$FtpFileIterator.readNext:()V
         8: .line 1821
            return
        end local 3 // java.io.BufferedReader in
        end local 2 // sun.net.ftp.FtpDirParser p
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;
            0    9     2     p  Lsun/net/ftp/FtpDirParser;
            0    9     3    in  Ljava/io/BufferedReader;
    MethodParameters:
        Name  Flags
      this$0  final
      p       
      in      

  private void readNext();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
         0: .line 1824
            aload 0 /* this */
            aconst_null
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
         1: .line 1825
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.eof:Z
            ifeq 3
         2: .line 1826
            return
         3: .line 1828
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* line */
        start local 1 // java.lang.String line
         4: .line 1831
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            astore 1 /* line */
         5: .line 1832
            aload 1 /* line */
            ifnull 9
         6: .line 1833
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.fparser:Lsun/net/ftp/FtpDirParser;
            aload 1 /* line */
            invokeinterface sun.net.ftp.FtpDirParser.parseLine:(Ljava/lang/String;)Lsun/net/ftp/FtpDirEntry;
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
         7: .line 1834
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
            ifnull 9
         8: .line 1835
            return
         9: .line 1838
      StackMap locals:
      StackMap stack:
            aload 1 /* line */
            ifnonnull 4
        10: .line 1839
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.close:()V
        11: .line 1840
            goto 13
      StackMap locals:
      StackMap stack: java.io.IOException
        12: pop
        13: .line 1842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.eof:Z
        14: .line 1843
            return
        end local 1 // java.lang.String line
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;
            4   15     1  line  Ljava/lang/String;
      Exception table:
        from    to  target  type
           4     8      12  Class java.io.IOException
           9    11      12  Class java.io.IOException

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
         0: .line 1846
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;

  public sun.net.ftp.FtpDirEntry next();
    descriptor: ()Lsun/net/ftp/FtpDirEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
         0: .line 1850
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
            astore 1 /* ret */
        start local 1 // sun.net.ftp.FtpDirEntry ret
         1: .line 1851
            aload 0 /* this */
            invokevirtual sun.net.ftp.impl.FtpClient$FtpFileIterator.readNext:()V
         2: .line 1852
            aload 1 /* ret */
            areturn
        end local 1 // sun.net.ftp.FtpDirEntry ret
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;
            1    3     1   ret  Lsun/net/ftp/FtpDirEntry;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
         0: .line 1856
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported yet."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
         0: .line 1860
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
            ifnull 2
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.eof:Z
            ifne 2
         1: .line 1861
            aload 0 /* this */
            getfield sun.net.ftp.impl.FtpClient$FtpFileIterator.in:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.close:()V
         2: .line 1863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.eof:Z
         3: .line 1864
            aload 0 /* this */
            aconst_null
            putfield sun.net.ftp.impl.FtpClient$FtpFileIterator.nextFile:Lsun/net/ftp/FtpDirEntry;
         4: .line 1865
            return
        end local 0 // sun.net.ftp.impl.FtpClient$FtpFileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/ftp/impl/FtpClient$FtpFileIterator;
    Exceptions:
      throws java.io.IOException

  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 sun.net.ftp.impl.FtpClient$FtpFileIterator.next:()Lsun/net/ftp/FtpDirEntry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lsun/net/ftp/FtpDirEntry;>;Ljava/io/Closeable;
SourceFile: "FtpClient.java"
NestHost: sun.net.ftp.impl.FtpClient
InnerClasses:
  private FtpFileIterator = sun.net.ftp.impl.FtpClient$FtpFileIterator of sun.net.ftp.impl.FtpClient