private final class TFileSystem.FsEntryAttributes extends Object implements java.nio.file.attribute.BasicFileAttributes
| Modifier and Type | Field and Description |
|---|---|
private de.schlichtherle.truezip.fs.FsEntry |
entry |
| Constructor and Description |
|---|
TFileSystem.FsEntryAttributes(TPath path) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.attribute.FileTime |
creationTime() |
Object |
fileKey() |
boolean |
isDirectory() |
boolean |
isOther() |
boolean |
isRegularFile() |
boolean |
isSymbolicLink() |
java.nio.file.attribute.FileTime |
lastAccessTime() |
java.nio.file.attribute.FileTime |
lastModifiedTime() |
long |
size() |
TFileSystem.FsEntryAttributes(TPath path) throws IOException
IOExceptionpublic java.nio.file.attribute.FileTime creationTime()
creationTime in interface java.nio.file.attribute.BasicFileAttributespublic Object fileKey()
fileKey in interface java.nio.file.attribute.BasicFileAttributesUnsupportedOperationException - alwayspublic boolean isDirectory()
isDirectory in interface java.nio.file.attribute.BasicFileAttributespublic boolean isOther()
isOther in interface java.nio.file.attribute.BasicFileAttributespublic boolean isRegularFile()
isRegularFile in interface java.nio.file.attribute.BasicFileAttributespublic boolean isSymbolicLink()
isSymbolicLink in interface java.nio.file.attribute.BasicFileAttributespublic java.nio.file.attribute.FileTime lastAccessTime()
lastAccessTime in interface java.nio.file.attribute.BasicFileAttributespublic java.nio.file.attribute.FileTime lastModifiedTime()
lastModifiedTime in interface java.nio.file.attribute.BasicFileAttributespublic long size()
size in interface java.nio.file.attribute.BasicFileAttributesCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.