| Modifier and Type | Method and Description |
|---|---|
static FileStreamStorage |
FileStreamStorage.deferred(File file,
int threshold)
Returns a reference to a
FileStreamStorage where the data is written to a file when the data is greater in
size than the threshold specified. |
FileStreamStorage |
FileStreamStorage.deleteFilesOnClose()
Configures the current
FileStreamStorage to delete the underlying file after calling the close() method. |
FileStreamStorage |
FileStreamStorage.deleteFilesOnDispose()
Configures the current
FileStreamStorage to delete the underlying file after calling the dispose() ()} method. |
static FileStreamStorage |
FileStreamStorage.directToFile(File file,
boolean append)
Returns a reference to a
FileStreamStorage where the data is always written to the file specified. |
FileStreamStorage |
FileStreamStorage.maxCapacity(long maxCapacity)
Configures the current
FileStreamStorage to accept up to maxCapacity bytes. |
Copyright © 2017. All rights reserved.