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:
- java.io.Closeable, java.io.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)
|
| Methods inherited from class java.io.FileOutputStream |
finalize, getChannel, getFD |
| Methods inherited from class java.io.OutputStream |
flush |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetFileDescriptor.AutoCloseOutputStream
public AssetFileDescriptor.AutoCloseOutputStream(AssetFileDescriptor fd)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] buffer,
int offset,
int count)
throws java.io.IOException
- Overrides:
write in class java.io.FileOutputStream
- Throws:
java.io.IOException
write
public void write(byte[] buffer)
throws java.io.IOException
- Overrides:
write in class java.io.FileOutputStream
- Throws:
java.io.IOException
write
public void write(int oneByte)
throws java.io.IOException
- Overrides:
write in class java.io.FileOutputStream
- Throws:
java.io.IOException
Copyright © 2008-2010. All Rights Reserved.