public static class FileBackup.SavedBuffer
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileBackup.SavedBuffer.Callback |
| Constructor and Description |
|---|
SavedBuffer(java.io.File savedFile,
java.util.List<java.lang.String> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(FileBackup.SavedBuffer.Callback callback) |
void |
remove() |
public SavedBuffer(java.io.File savedFile,
java.util.List<java.lang.String> params)
public void open(FileBackup.SavedBuffer.Callback callback)
public void remove()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException