Modifier and Type | Field | Description |
---|---|---|
protected long |
length |
file length
|
Constructor | Description |
---|---|
Attributes(File path,
FS fs) |
Constructor when there are issues with reading
|
Modifier and Type | Method | Description |
---|---|---|
long |
getCreationTime() |
|
File |
getFile() |
|
long |
getLastModifiedTime() |
|
long |
getLength() |
|
String |
getName() |
|
boolean |
isDirectory() |
|
boolean |
isExecutable() |
|
boolean |
isRegularFile() |
|
boolean |
isSymbolicLink() |
public boolean isDirectory()
public boolean isExecutable()
public boolean isSymbolicLink()
public boolean isRegularFile()
public long getCreationTime()
public long getLastModifiedTime()
public long getLength()
public String getName()
public File getFile()
Copyright © 2018. All rights reserved.