Class FileStandardInformation
- java.lang.Object
-
- com.hierynomus.msfscc.fileinformation.FileStandardInformation
-
- All Implemented Interfaces:
FileInformation,FileQueryableInformation
public class FileStandardInformation extends java.lang.Object implements FileQueryableInformation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.hierynomus.msfscc.fileinformation.FileInformation
FileInformation.Codec<F extends FileInformation>, FileInformation.Decoder<F extends FileInformation>, FileInformation.Encoder<F extends FileInformation>
-
-
Field Summary
Fields Modifier and Type Field Description private longallocationSizeprivate booleandeletePendingprivate booleandirectoryprivate longendOfFileprivate longnumberOfLinks
-
Constructor Summary
Constructors Constructor Description FileStandardInformation(long allocationSize, long endOfFile, long numberOfLinks, boolean deletePending, boolean directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAllocationSize()longgetEndOfFile()longgetNumberOfLinks()booleanisDeletePending()booleanisDirectory()
-