Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseOnSave |
Modifier and Type | Method and Description |
---|---|
void |
QueuedStorage.saveFile(String filename,
InputStream data,
SaveFileListener listener) |
void |
Storage.saveFile(String filename,
InputStream data,
SaveFileListener listener)
Save the contents of the input stream as the given name.
|
Copyright © 2017. All rights reserved.