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

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

Introduction

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

The text is from its open source code.

Constructor

Method

FTPFile[]getFiles()
Returns an array of FTPFile objects containing the whole list of files returned by the server as read by this object's parser.
FTPFile[]getFiles(FTPFileFilter filter)
Returns an array of FTPFile objects containing the whole list of files returned by the server as read by this object's parser.
FTPFile[]getNext(int quantityRequested)
Returns an array of at most quantityRequested FTPFile objects starting at this object's internal iterator's current position.
booleanhasNext()
convenience method to allow clients to know whether this object's internal iterator's current position is at the end of the list.
voidreadServerList(InputStream stream, String encoding)
handle the initial reading and preparsing of the list returned by the server.