@Public public interface FileStatus
| Modifier and Type | Method and Description |
|---|---|
long |
getLen()
Return the length of this file.
|
long |
getModificationTime()
Get the last modification time of the file.
|
Path |
getPath()
Returns the corresponding Path to the FileStatus.
|
boolean |
isDir()
Checks if this object represents a directory.
|
long getLen()
boolean isDir()
true if this is a directory, false otherwisePath getPath()
long getModificationTime()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.