| java.lang.Object | |||
| ↳ | java.io.OutputStream | ||
| ↳ | java.io.FileOutputStream | ||
| ↳ | android.os.ParcelFileDescriptor.AutoCloseOutputStream | ||
Known Direct Subclasses
|
An OutputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescriptor.close() for you when the stream is closed.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Closes this stream.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.FileOutputStream
| |||||||||||
From class
java.io.OutputStream
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.Closeable
| |||||||||||
From interface
java.io.Flushable
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
Closes this stream. Implementations of this method should free any resources used by the stream. This implementation does nothing.
| IOException |
|---|