FileDocCategorySizeDatePackage
NdefFormatable.javaAPI DocAndroid 5.1 API599Sat Mar 14 14:09:42 GMT 2015android.nfc.tech

NdefFormatable.java

package android.nfc.tech;
public final class NdefFormatable
  extends android.nfc.tech.BasicTagTechnology
{
NdefFormatable() { throw new RuntimeException("Stub!"); }
public static  android.nfc.tech.NdefFormatable get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public  void format(android.nfc.NdefMessage firstMessage) throws java.io.IOException, android.nfc.FormatException { throw new RuntimeException("Stub!"); }
public  void formatReadOnly(android.nfc.NdefMessage firstMessage) throws java.io.IOException, android.nfc.FormatException { throw new RuntimeException("Stub!"); }
}