Device I/O API
Proposal for Java ME 8

Package jdk.dio

Provides interfaces and classes for device I/O access and control.

See: Description

Package jdk.dio Description

Provides interfaces and classes for device I/O access and control. Devices are of defined types and can be accessed and control by the means of Device sub-interfaces. Devices are registered under a device ID and with optionally a name and a set of properties.

Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package will cause a NullPointerException to be thrown.

Device I/O API
Proposal for Java ME 8