Knopflerfish OSGi bundle io 4.0.0
C I O R W

C

ConnectionFactory - Interface in org.osgi.service.io
A Connection Factory service is called by the implementation of the Connector Service to create javax.microedition.io.Connection objects which implement the scheme named by IO_SCHEME.
ConnectorService - Interface in org.osgi.service.io
The Connector Service should be called to create and open javax.microedition.io.Connection objects.
createConnection(String, int, boolean) - Method in interface org.osgi.service.io.ConnectionFactory
Create a new Connection object for the specified URI.

I

IO_SCHEME - Static variable in interface org.osgi.service.io.ConnectionFactory
Service property containing the scheme(s) for which this Connection Factory can create Connection objects.

O

open(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name.
open(String, int) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name and access mode.
open(String, int, boolean) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name, access mode and timeouts.
openDataInputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a DataInputStream object for the specified name.
openDataOutputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a DataOutputStream object for the specified name.
openInputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open an InputStream object for the specified name.
openOutputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open an OutputStream object for the specified name.
org.osgi.service.io - package org.osgi.service.io
IO Connector Package Version 1.0.

R

READ - Static variable in interface org.osgi.service.io.ConnectorService
Read access mode.
READ_WRITE - Static variable in interface org.osgi.service.io.ConnectorService
Read/Write access mode.

W

WRITE - Static variable in interface org.osgi.service.io.ConnectorService
Write access mode.

C I O R W
Knopflerfish OSGi ${version}