public class FileData
extends Object
| Constructor and Description |
|---|
FileData(File file) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getName() |
long |
getSize() |
void |
setContent(String content) |
void |
setName(String name) |
void |
setSize(long size) |