FileDocCategorySizeDatePackage
MemoryFile.javaAPI DocAndroid 5.1 API1040Sat Mar 14 14:09:42 GMT 2015android.os

MemoryFile

public class MemoryFile extends Object

Fields Summary
Constructors Summary
public MemoryFile(String name, int length)

 throw new RuntimeException("Stub!"); 
Methods Summary
public synchronized booleanallowPurging(boolean allowPurging)

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

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public intreadBytes(byte[] buffer, int srcOffset, int destOffset, int count)

 throw new RuntimeException("Stub!"); 
public voidwriteBytes(byte[] buffer, int srcOffset, int destOffset, int count)

 throw new RuntimeException("Stub!");