Class FileStandardInformation
java.lang.Object
com.hierynomus.msfscc.fileinformation.FileStandardInformation
- All Implemented Interfaces:
FileInformation
,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
FieldsModifier and TypeFieldDescriptionprivate long
private boolean
private boolean
private long
private long
-
Constructor Summary
ConstructorsConstructorDescriptionFileStandardInformation
(long allocationSize, long endOfFile, long numberOfLinks, boolean deletePending, boolean directory) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
boolean
boolean
-
Field Details
-
allocationSize
private long allocationSize -
endOfFile
private long endOfFile -
numberOfLinks
private long numberOfLinks -
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()
-