Class FileStandardInformation

java.lang.Object
com.hierynomus.msfscc.fileinformation.FileStandardInformation
All Implemented Interfaces:
FileInformation, FileQueryableInformation

public class FileStandardInformation extends Object implements FileQueryableInformation
  • Field Details

    • allocationSize

      private long allocationSize
    • endOfFile

      private long endOfFile
    • deletePending

      private boolean deletePending
    • directory

      private boolean directory
  • Constructor Details

    • FileStandardInformation

      FileStandardInformation(long allocationSize, long endOfFile, long numberOfLinks, boolean deletePending, boolean directory)
  • Method Details

    • getAllocationSize

      public long getAllocationSize()
    • getEndOfFile

      public long getEndOfFile()
    • getNumberOfLinks

      public long getNumberOfLinks()
    • isDeletePending

      public boolean isDeletePending()
    • isDirectory

      public boolean isDirectory()