| java.lang.Object | |||
| ↳ | java.io.InputStream | ||
| ↳ | java.io.FileInputStream | ||
| ↳ | android.os.ParcelFileDescriptor.AutoCloseInputStream | ||
Known Direct Subclasses
|
|||||||||||||
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
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.FileInputStream
|
|||||||||||||||||||||||||||||||||
From class
java.io.InputStream
|
|||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
java.io.Closeable
|
|||||||||||||||||||||||||||||||||
From interface
java.lang.AutoCloseable
|
|||||||||||||||||||||||||||||||||
Closes this stream. Concrete implementations of this class should free any resources during close. This implementation does nothing.
| IOException |
|---|