java.lang.Object | |||
↳ | java.io.InputStream | ||
↳ | java.io.FileInputStream | ||
↳ | android.os.ParcelFileDescriptor.AutoCloseInputStream |
![]() |
An InputStream 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. Concrete implementations of this class should free any resources during close. This implementation does nothing.
IOException |
---|