Class FileBothDirectoryInformation

java.lang.Object
com.hierynomus.msfscc.fileinformation.FileDirectoryQueryableInformation
com.hierynomus.msfscc.fileinformation.FileBothDirectoryInformation
All Implemented Interfaces:
FileInformation

public class FileBothDirectoryInformation extends FileDirectoryQueryableInformation
  • Field Details

    • 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 String shortName
  • Constructor Details

    • FileBothDirectoryInformation

      FileBothDirectoryInformation(long nextOffset, long fileIndex, String fileName, FileTime creationTime, FileTime lastAccessTime, FileTime lastWriteTime, FileTime changeTime, long endOfFile, long allocationSize, long fileAttributes, long eaSize, String shortName)
  • Method Details

    • 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 String getShortName()