Class FTPFileListingParser

java.lang.Object
com.nt.udc.ndk.util.FTPFileListingParser

public class FTPFileListingParser extends Object
  • 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

      protected String parseName()
    • parseNextString

      protected String parseNextString()
    • parseLink

      protected String parseLink()
    • parseTimestamp

      protected Calendar parseTimestamp()
    • validFile

      protected boolean validFile(String line)
    • parseFileList

      public org.apache.commons.net.ftp.FTPFile[] parseFileList(InputStream listStream) throws IOException
      Throws:
      IOException