FileDocCategorySizeDatePackage
NdefMessage.javaAPI DocAndroid 5.1 API1166Sat Mar 14 14:09:42 GMT 2015android.nfc

NdefMessage

public final class NdefMessage extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public NdefMessage(byte[] data)

 throw new RuntimeException("Stub!"); 
public NdefMessage(android.nfc.NdefRecord record, android.nfc.NdefRecord records)

 throw new RuntimeException("Stub!"); 
public NdefMessage(android.nfc.NdefRecord[] records)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public intgetByteArrayLength()

 throw new RuntimeException("Stub!"); 
public android.nfc.NdefRecord[]getRecords()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public byte[]toByteArray()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");