Class FileStandardInformation
java.lang.Object
com.hierynomus.msfscc.fileinformation.FileStandardInformation
- All Implemented Interfaces:
FileInformation, FileQueryableInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface FileInformation
FileInformation.Codec<F>, FileInformation.Decoder<F>, FileInformation.Encoder<F> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate booleanprivate booleanprivate longprivate long -
Constructor Summary
ConstructorsConstructorDescriptionFileStandardInformation(long allocationSize, long endOfFile, long numberOfLinks, boolean deletePending, boolean directory) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongbooleanboolean
-
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()
-