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
FileBack
fileContext
.operate
in interface FileBack
fileContext
- 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
IOException
FileBackException
public void delete(FileContext fileContext) throws IOException, FileBackException
IOException
FileBackException
public void read(FileContext fileContext) throws IOException, FileBackException
IOException
FileBackException
public void write(FileContext fileContext) throws IOException, FileBackException
IOException
FileBackException
Copyright © 2011–2015. All rights reserved.