RetrieveBytesResponse.BlockstoreData

public static classRetrieveBytesResponse.BlockstoreDataextendsObject
implementsParcelable

A block of app data previously stored to Block Store.

Inherited Constant Summary

Field Summary

public static finalCreator<RetrieveBytesResponse.BlockstoreData> CREATOR

Public Method Summary

boolean
byte[]
getBytes()
Raw bytes passed from the app to Block Store.
int
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<RetrieveBytesResponse.BlockstoreData> CREATOR

Public Methods

public booleanequals(Objectobj)

public byte[]getBytes()

Raw bytes passed from the app to Block Store.

public inthashCode()

public voidwriteToParcel(Parceldest, int flags)