public abstract class org.apache.commons.net.ftp.FTPFileEntryParserImpl implements org.apache.commons.net.ftp.FTPFileEntryParser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.net.ftp.FTPFileEntryParserImpl
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/net/ftp/FTPFileEntryParserImpl;

  public java.lang.String readNextEntry(java.io.BufferedReader);
    descriptor: (Ljava/io/BufferedReader;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
        start local 1 // java.io.BufferedReader reader
         0: .line 53
            aload 1 /* reader */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            areturn
        end local 1 // java.io.BufferedReader reader
        end local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/net/ftp/FTPFileEntryParserImpl;
            0    1     1  reader  Ljava/io/BufferedReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  public java.util.List<java.lang.String> preParse(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
        start local 1 // java.util.List original
         0: .line 69
            aload 1 /* original */
            areturn
        end local 1 // java.util.List original
        end local 0 // org.apache.commons.net.ftp.FTPFileEntryParserImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/net/ftp/FTPFileEntryParserImpl;
            0    1     1  original  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      original  
}
SourceFile: "FTPFileEntryParserImpl.java"