FileDocCategorySizeDatePackage
AssetFileDescriptor.javaAPI DocAndroid 5.1 API3332Sat Mar 14 14:09:38 GMT 2015android.content.res

AssetFileDescriptor

public class AssetFileDescriptor extends Object implements android.os.Parcelable, Closeable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final long
UNKNOWN_LENGTH
Constructors Summary
public AssetFileDescriptor(android.os.ParcelFileDescriptor fd, long startOffset, long length)

 throw new RuntimeException("Stub!"); 
public AssetFileDescriptor(android.os.ParcelFileDescriptor fd, long startOffset, long length, android.os.Bundle extras)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

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

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

 throw new RuntimeException("Stub!"); 
public android.os.ParcelFileDescriptorgetParcelFileDescriptor()

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

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");