public static class ParcelableByteChannel.ParcelableByteBuffer extends Object implements Parcelable
BufferOutputStreams and passed to the underlying channel.BufferInputStream returned by one of the ParcelableByteChannel.inputStream()
methods. Note that only one input stream can be created for each buffer, any further attempt
will generate an exception.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ParcelableByteChannel.ParcelableByteBuffer> |
CREATOR
Creator instance needed by the parcelable protocol.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUEpublic static final Parcelable.Creator<ParcelableByteChannel.ParcelableByteBuffer> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(@Nonnull Parcel dest, int flags)
writeToParcel in interface Parcelable