File
Doc
Category
Size
Date
Package
AtomicFile.java
API Doc
Android 5.1 API
792
Sat Mar 14 14:09:36 GMT 2015
android.util
AtomicFile
java.lang.Object
public class AtomicFile extends Object
Fields Summary
Constructors Summary
public AtomicFile
(
File
baseName)
throw new RuntimeException("Stub!");
Methods Summary
public void
delete
()
throw new RuntimeException("Stub!");
public void
failWrite
(
java.io.FileOutputStream
str)
throw new RuntimeException("Stub!");
public void
finishWrite
(
java.io.FileOutputStream
str)
throw new RuntimeException("Stub!");
public
java.io.File
getBaseFile
()
throw new RuntimeException("Stub!");
public
java.io.FileInputStream
openRead
()
throw new RuntimeException("Stub!");
public
byte
[]
readFully
()
throw new RuntimeException("Stub!");
public
java.io.FileOutputStream
startWrite
()
throw new RuntimeException("Stub!");
Java Code Source