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 long
allocationSize
private boolean
deletePending
private boolean
directory
private long
endOfFile
private long
numberOfLinks
-
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 long
getAllocationSize()
long
getEndOfFile()
long
getNumberOfLinks()
boolean
isDeletePending()
boolean
isDirectory()
-