|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.io.Connector
public class Connector
Field Summary | |
---|---|
static int |
READ
|
static int |
READ_WRITE
|
static int |
WRITE
|
Constructor Summary | |
---|---|
Connector()
|
Method Summary | |
---|---|
static Connection |
open(java.lang.String name)
|
static Connection |
open(java.lang.String name,
int mode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int READ
public static final int WRITE
public static final int READ_WRITE
Constructor Detail |
---|
public Connector()
Method Detail |
---|
public static Connection open(java.lang.String name, int mode) throws java.io.IOException
java.io.IOException
public static Connection open(java.lang.String name) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |