| java.lang.Object | ||||
| java.io.InputStream | Closeable | |||
| java.io.FileInputStream | Closeable | |||
| android.os.ParcelFileDescriptor.AutoCloseInputStream | ||||
An InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed.
| ParcelFileDescriptor.AutoCloseInputStream(ParcelFileDescriptor fd) |
| void | close() | ||||
| Close the FileInputStream. | |||||
Methods inherited
from class
java.io.FileInputStream
Methods inherited
from class
java.io.InputStream
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.io.Closeable
| IOException |
|---|