java.lang.Object | |
↳ | com.ardic.android.parcelables.ByteArrayItem |
Implementation of Parcelable Interface for Byte Array Item.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns array of byte data
| |||||||||||
This method was deprecated
in API level 2.
No replacement.
| |||||||||||
Sets array of byte data
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Returns array of byte data
Returns | |
---|---|
byte[] |
bytes byte array |
This method was deprecated
in API level 2.
No replacement.
Parameters | |
---|---|
in |
Parcel
|
Sets array of byte data
Parameters | |
---|---|
bytes |
byte :
byte data
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|