public interface MemoryFileAttributes extends BasicFileAttributes
Modifier and Type | Method and Description |
---|---|
boolean |
isHidden()
Returns the value of the hidden attribute.
|
boolean |
isReadOnly()
Returns the value of the read-only attribute.
|
creationTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, lastAccessTime, lastModifiedTime, size
boolean isReadOnly()
This attribute is used as a simple access control mechanism to prevent files from being deleted or updated.
boolean isHidden()
This attribute is used to indicate if the file is visible to users.
Copyright © 2016–2023. All rights reserved.