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