public interface BasicFileAttributes
| Modifier and Type | Method and Description |
|---|---|
Date |
creationTime() |
boolean |
isDirectory() |
boolean |
isRegularFile() |
Date |
lastAccessTime() |
Date |
lastModifiedTime() |
long |
size() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.