public class FileBasicInformation extends java.lang.Object implements FileQueryableInformation, FileSettableInformation
FileInformation.Codec<F extends FileInformation>, FileInformation.Decoder<F extends FileInformation>, FileInformation.Encoder<F extends FileInformation>| Modifier and Type | Field and Description |
|---|---|
static FileTime |
DONT_SET
When setting file attributes, set a time field to this value to indicate to the server that it MUST NOT change the field.
|
static FileTime |
DONT_UPDATE
When setting file attributes, set a time field to this value to indicate to the server that it MUST NOT change the field for all subsequent operations on the same file handle.
|
| Constructor and Description |
|---|
FileBasicInformation(FileTime creationTime,
FileTime lastAccessTime,
FileTime lastWriteTime,
FileTime changeTime,
long fileAttributes) |
| Modifier and Type | Method and Description |
|---|---|
FileTime |
getChangeTime() |
FileTime |
getCreationTime() |
long |
getFileAttributes() |
FileTime |
getLastAccessTime() |
FileTime |
getLastWriteTime() |
public static final FileTime DONT_SET
public static final FileTime DONT_UPDATE