public interface FileEntry
| Modifier and Type | Method and Description |
|---|---|
long |
createTime() |
int |
getAttributes() |
int |
getFileIndex() |
String |
getName() |
int |
getType() |
long |
lastAccess() |
long |
lastModified() |
long |
length() |
String getName()
int getType()
int getAttributes()
long createTime()
long lastModified()
long lastAccess()
long length()
int getFileIndex()
Copyright © 2023. All rights reserved.