android.content.res
Class AssetFileDescriptor.AutoCloseOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
android.os.ParcelFileDescriptor.AutoCloseOutputStream
android.content.res.AssetFileDescriptor.AutoCloseOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- AssetFileDescriptor
public static class AssetFileDescriptor.AutoCloseOutputStream
- extends ParcelFileDescriptor.AutoCloseOutputStream
Method Summary |
void |
write(byte[] buffer)
|
void |
write(byte[] buffer,
int offset,
int count)
|
void |
write(int oneByte)
|
AssetFileDescriptor.AutoCloseOutputStream
public AssetFileDescriptor.AutoCloseOutputStream(AssetFileDescriptor fd)
throws IOException
- Throws:
IOException
write
public void write(byte[] buffer,
int offset,
int count)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
write
public void write(byte[] buffer)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
write
public void write(int oneByte)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.