Java org.apache.commons.net.ftp FTPFileEntryParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.ftp FTPFileEntryParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.ftp FTPFileEntryParser.

The text is from its open source code.

Method

FTPFileparseFTPEntry(String listEntry)
Parses a line of an FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
ListpreParse(List original)
This method is a hook for those implementors (such as VMSVersioningFTPEntryParser, and possibly others) which need to perform some action upon the FTPFileList after it has been created from the server stream, but before any clients see the list.
StringreadNextEntry(BufferedReader reader)
Reads the next entry using the supplied BufferedReader object up to whatever delemits one entry from the next.