Class FileStandardInformation

    • Field Detail

      • allocationSize

        private long allocationSize
      • endOfFile

        private long endOfFile
      • numberOfLinks

        private long numberOfLinks
      • deletePending

        private boolean deletePending
      • directory

        private boolean directory
    • Constructor Detail

      • FileStandardInformation

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

      • getAllocationSize

        public long getAllocationSize()
      • getEndOfFile

        public long getEndOfFile()
      • getNumberOfLinks

        public long getNumberOfLinks()
      • isDeletePending

        public boolean isDeletePending()
      • isDirectory

        public boolean isDirectory()