public class BarcodeDetailedData
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BarcodeDetailedData> |
CREATOR
Parcelable creator object
|
| Constructor and Description |
|---|
BarcodeDetailedData(long nativePtr) |
BarcodeDetailedData(android.os.Parcel in)
Constructor from Parcel
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
protected void |
finalize() |
byte[] |
getAllData()
Use this method to get all barcode data in one byte array.
|
BarcodeElement[] |
getElements() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BarcodeDetailedData> CREATOR
public BarcodeDetailedData(long nativePtr)
public BarcodeDetailedData(android.os.Parcel in)
in - protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable@Nullable public BarcodeElement[] getElements()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable@Nullable public byte[] getAllData()
public java.lang.String toString()
toString in class java.lang.Object