Package com.android.io
-
Interface Summary Interface Description IAbstractFile A file.IAbstractFolder A folder.IAbstractFolder.FilenameFilter Instances of classes that implement this interface are used to filter filenames.IAbstractResource Base representation of a file system resource. -
Class Summary Class Description FileWrapper An implementation ofIAbstractFile
extendingFile
.FolderWrapper An implementation ofIAbstractFolder
extendingFile
.NonClosingInputStream Wraps anInputStream
to change its closing behavior: this makes it possible to ignore close operations or have them perform aInputStream.reset()
instead (if supported by the underlying stream) or plain ignored. -
Enum Summary Enum Description IAbstractFile.PreferredWriteMode NonClosingInputStream.CloseBehavior StreamException.Error -
Exception Summary Exception Description StreamException Exception thrown whenIAbstractFile.getContents()
fails.