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

AtomicFile

public class AtomicFile extends Object

Fields Summary
Constructors Summary
public AtomicFile(File baseName)

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

 throw new RuntimeException("Stub!"); 
public voidfailWrite(java.io.FileOutputStream str)

 throw new RuntimeException("Stub!"); 
public voidfinishWrite(java.io.FileOutputStream str)

 throw new RuntimeException("Stub!"); 
public java.io.FilegetBaseFile()

 throw new RuntimeException("Stub!"); 
public java.io.FileInputStreamopenRead()

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

 throw new RuntimeException("Stub!"); 
public java.io.FileOutputStreamstartWrite()

 throw new RuntimeException("Stub!");