Data passed by apps to Block Store.
Nested Class Summary
class | StoreBytesData.Builder | A builder for StoreBytesData
objects. |
Inherited Constant Summary
Field Summary
public static final Creator<StoreBytesData> | CREATOR |
Public Method Summary
byte[] |
getBytes()
Raw bytes passed from apps to Block Store.
|
boolean |
shouldBackupToCloud()
Whether the bytes to be stored should be backed up to the cloud in the next
sync.
|
void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Fields
public static final Creator<StoreBytesData> CREATOR
Public Methods
public byte[] getBytes ()
Raw bytes passed from apps to Block Store.
public boolean shouldBackupToCloud ()
Whether the bytes to be stored should be backed up to the cloud in the next sync.