No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||
↳ | java.io.OutputStream | ||
↳ | java.io.FileOutputStream | ||
↳ | android.os.ParcelFileDescriptor.AutoCloseOutputStream |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
Closes this stream. Implementations of this method should free any resources used by the stream. This implementation does nothing.
IOException |
---|