RetrieveBytesResponse.BlockstoreData

public static class RetrieveBytesResponse.BlockstoreData extends Object
implements Parcelable

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
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.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)