public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo(@NonNull String name,
@NonNull File file,
long bytes)
FileInfo object contains the name, the File and the size in bytes for the file
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NonNull File |
getFile() |
@NonNull String |
getName() |
@NonNull long |
getSize() |
int |
hashCode() |
Copyright © 2003–2022 Atlassian. All rights reserved.