| java.lang.Object | |
| ↳ | com.ardic.android.parcelables.ByteArrayItem |
Implementation of Parcelable Interface for Byte Array Item.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
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
|