Package de.enough.polish.android.io.file

Android compatibility layer.

See:
          Description

Interface Summary
FileConnection This interface is intended to access files or directories that are located on removeable media and/or file systems on a device.
FileSystemListener This class is used for receiving status notification when adding or removing a file system root.
 

Class Summary
FileConnectionImpl  
FileSystemRegistry The FileSystemRegistry is a central registry for file system listeners interested in the adding and removing (or mounting and unmounting) of file systems on a device.
RandomAccessFileOutputStream  
 

Exception Summary
ConnectionClosedException Represents an exception thrown when a method is invoked on a file connection but the method cannot be completed because the connection is closed.
IllegalModeException Represents an exception thrown when a method is invoked requiring a particular security mode (e.g.
 

Package de.enough.polish.android.io.file Description

Android compatibility layer.