Page Summary
-
RetrieveBytesResponse.BlockstoreData represents a block of app data previously stored to Block Store.
-
It implements the Parcelable interface for efficient serialization and deserialization.
-
The class includes methods for retrieving the raw byte data and standard object comparison and parceling.
A block of app data previously stored to Block Store.
Inherited Constant Summary
Field Summary
| public static final Creator<RetrieveBytesResponse.BlockstoreData> | CREATOR |
Public Method Summary
| boolean | |
| byte[] |
getBytes()
Raw bytes passed from the app to Block Store.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Fields
public static final Creator<RetrieveBytesResponse.BlockstoreData> CREATOR
Public Methods
public boolean equals (Object obj)
public byte[] getBytes ()
Raw bytes passed from the app to Block Store.