{% include "/android/_dackka-meta-tags.html" %}

RetrieveBytesResponse.BlockstoreData

{% setvar page_path %}com/google/android/gms/auth/blockstore/RetrieveBytesResponse.BlockstoreData.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public class RetrieveBytesResponse.BlockstoreData implements Parcelable


A block of app data previously stored to Block Store.

Summary

Constants

static final Parcelable.Creator<RetrieveBytesResponse.BlockstoreData>

Public fields

final byte[]

Public methods

boolean
byte[]

Raw bytes passed from the app to Block Store.

int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<RetrieveBytesResponse.BlockstoreDataCREATOR

Public fields

bytes

public final byte[] bytes

Public methods

equals

public boolean equals(@Nullable Object obj)

getBytes

public byte[] getBytes()

Raw bytes passed from the app to Block Store.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)