FileBack.FileOperation| Constructor and Description |
|---|
LocalFileBack() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(FileContext fileContext) |
void |
delete(FileContext fileContext) |
void |
operate(FileContext fileContext)
Operates a file operation using various properties stored in specified
fileContext. |
void |
read(FileContext fileContext) |
void |
write(FileContext fileContext) |
public void operate(FileContext fileContext) throws IOException, FileBackException
FileBackfileContext.operate in interface FileBackfileContext - a file context.IOException - if an I/O error occurs.FileBackException - if a file back error occurs.public void copy(FileContext fileContext) throws IOException, FileBackException
IOExceptionFileBackExceptionpublic void delete(FileContext fileContext) throws IOException, FileBackException
IOExceptionFileBackExceptionpublic void read(FileContext fileContext) throws IOException, FileBackException
IOExceptionFileBackExceptionpublic void write(FileContext fileContext) throws IOException, FileBackException
IOExceptionFileBackExceptionCopyright © 2011–2015. All rights reserved.