public static class AssetFileDescriptor.AutoCloseOutputStream extends ParcelFileDescriptor.AutoCloseOutputStream
| Constructor and Description |
|---|
AssetFileDescriptor.AutoCloseOutputStream(AssetFileDescriptor fd) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buffer) |
void |
write(byte[] buffer,
int offset,
int count) |
void |
write(int oneByte) |
closefinalize, getChannel, getFDflushpublic AssetFileDescriptor.AutoCloseOutputStream(AssetFileDescriptor fd) throws IOException
IOExceptionpublic void write(byte[] buffer,
int offset,
int count)
throws IOException
write in class FileOutputStreamIOExceptionpublic void write(byte[] buffer)
throws IOException
write in class FileOutputStreamIOExceptionpublic void write(int oneByte)
throws IOException
write in class FileOutputStreamIOExceptionCopyright © 2008-2013. All Rights Reserved.