public interface FormatFile
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
java.io.File |
getFile(java.io.File file) |
void |
read(java.io.File file) |
void |
write(java.io.File file) |
void |
writeQuietly(java.io.File file) |
java.io.File getFile(java.io.File file)
java.io.File getFile()
void read(java.io.File file) throws java.io.IOException
java.io.IOExceptionvoid write(java.io.File file)
throws java.io.IOException
java.io.IOExceptionvoid writeQuietly(java.io.File file)
throws java.io.IOException
java.io.IOException