android.nfc
Class NdefMessage
java.lang.Object
android.nfc.NdefMessage
- All Implemented Interfaces:
- Parcelable
public final class NdefMessage
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<NdefMessage> CREATOR
NdefMessage
public NdefMessage(byte[] data)
throws FormatException
- Throws:
FormatException
NdefMessage
public NdefMessage(NdefRecord[] records)
getRecords
public NdefRecord[] getRecords()
toByteArray
public byte[] toByteArray()
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.