Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Exception | Description |
---|---|
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.
|