Class FileMetadata


  • public class FileMetadata
    extends Object
    FileMetadata contains the file path and many optional file attributes like mtime, length etc.
    • Method Detail

      • getFilePath

        public String getFilePath()
      • getLastModifiedTime

        public long getLastModifiedTime()
      • getLength

        public long getLength()
      • isDirectory

        public boolean isDirectory()