Package com.nt.udc.ndk.util
Class FTPFileListingParser
java.lang.Object
com.nt.udc.ndk.util.FTPFileListingParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.net.ftp.FTPFile[]
parseFileList
(InputStream listStream) org.apache.commons.net.ftp.FTPFile[]
parseFileList
(InputStream listStream, String encoding) protected String
protected String
protected String
protected Calendar
protected boolean
-
Constructor Details
-
FTPFileListingParser
public FTPFileListingParser()
-
-
Method Details
-
parseFileList
public org.apache.commons.net.ftp.FTPFile[] parseFileList(InputStream listStream, String encoding) throws IOException - Throws:
IOException
-
parseName
-
parseNextString
-
parseLink
-
parseTimestamp
-
validFile
-
parseFileList
public org.apache.commons.net.ftp.FTPFile[] parseFileList(InputStream listStream) throws IOException - Throws:
IOException
-