public class NTParser extends java.lang.Object implements FtpFileParser
06-03-99 10:57PM 1 NotCurrentYear.txt 03-06-00 09:11PM 1 CurrentYear.txt 03-06-00 09:18PM <DIR> tmp
| Constructor and Description |
|---|
NTParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDateTime(FtpFile file)
Gets the date and time for an FtpFile entry sourced from an NT directory listing.
|
java.util.Date |
getDateTime(FtpFile file,
java.util.TimeZone zone,
java.util.Locale locale)
Gets the date and time for an FtpFile entry sourced from an NT directory listing.
|
java.util.Date |
getFileDate(java.lang.String date)
Parses a string which contains a date and returns a date object
|
java.util.Enumeration |
parse(java.io.BufferedReader in)
Parses directory listing.
|
public java.util.Enumeration parse(java.io.BufferedReader in)
throws java.io.IOException
parse in interface FtpFileParserin - the BufferedReader passed in by Ftp class when invoking Ftp#getDirListing method.java.io.IOException - if an I/O or FTP related error occursFtpFile,
Ftp.getDirListing(java.lang.String)public java.util.Date getDateTime(FtpFile file, java.util.TimeZone zone, java.util.Locale locale) throws java.text.ParseException
file - the FtpFilezone - the TimeZone to use when calculating time. Your default timezone is used if not provided.locale - the Locale to use when parsing date. Locale.US is used if not provided.java.text.ParseException - if an error occurs while parsing entryTimeZone,
Locale,
FtpFilepublic java.util.Date getDateTime(FtpFile file) throws java.text.ParseException
getDateTime in interface FtpFileParserfile - the FtpFilejava.text.ParseException - if an error occurs while parsing entryFtpFilepublic java.util.Date getFileDate(java.lang.String date)
throws java.text.ParseException
getFileDate in interface FtpFileParserdate - The string will be parsedjava.text.ParseException - if an error ocurrsCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved