FileDocCategorySizeDatePackage
AtomicFile.javaAPI DocAndroid 5.1 API792Sat Mar 14 14:09:36 GMT 2015android.util

AtomicFile.java

package android.util;
public class AtomicFile
{
public  AtomicFile(java.io.File baseName) { throw new RuntimeException("Stub!"); }
public  java.io.File getBaseFile() { throw new RuntimeException("Stub!"); }
public  void delete() { throw new RuntimeException("Stub!"); }
public  java.io.FileOutputStream startWrite() throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void finishWrite(java.io.FileOutputStream str) { throw new RuntimeException("Stub!"); }
public  void failWrite(java.io.FileOutputStream str) { throw new RuntimeException("Stub!"); }
public  java.io.FileInputStream openRead() throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
public  byte[] readFully() throws java.io.IOException { throw new RuntimeException("Stub!"); }
}