Class FileBothDirectoryInformation

    • Field Detail

      • creationTime

        private final FileTime creationTime
      • lastAccessTime

        private final FileTime lastAccessTime
      • lastWriteTime

        private final FileTime lastWriteTime
      • changeTime

        private final FileTime changeTime
      • endOfFile

        private final long endOfFile
      • allocationSize

        private final long allocationSize
      • fileAttributes

        private final long fileAttributes
      • eaSize

        private final long eaSize
      • shortName

        private final java.lang.String shortName
    • Constructor Detail

      • FileBothDirectoryInformation

        FileBothDirectoryInformation​(long nextOffset,
                                     long fileIndex,
                                     java.lang.String fileName,
                                     FileTime creationTime,
                                     FileTime lastAccessTime,
                                     FileTime lastWriteTime,
                                     FileTime changeTime,
                                     long endOfFile,
                                     long allocationSize,
                                     long fileAttributes,
                                     long eaSize,
                                     java.lang.String shortName)
    • Method Detail

      • getCreationTime

        public FileTime getCreationTime()
      • getLastAccessTime

        public FileTime getLastAccessTime()
      • getLastWriteTime

        public FileTime getLastWriteTime()
      • getChangeTime

        public FileTime getChangeTime()
      • getEndOfFile

        public long getEndOfFile()
      • getAllocationSize

        public long getAllocationSize()
      • getFileAttributes

        public long getFileAttributes()
      • getEaSize

        public long getEaSize()
      • getShortName

        public java.lang.String getShortName()