Package javax.microedition.io
Class Connector
java.lang.Object
javax.microedition.io.Connector
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic Connection
static Connection
static Connection
static DataInputStream
openDataInputStream
(String var0) static DataOutputStream
openDataOutputStream
(String var0) static InputStream
openInputStream
(String var0) static OutputStream
openOutputStream
(String var0)
-
Field Details
-
READ
public static final int READ- See Also:
-
READ_WRITE
public static final int READ_WRITE- See Also:
-
WRITE
public static final int WRITE- See Also:
-
-
Method Details
-
open
- Throws:
IOException
-
open
- Throws:
IOException
-
open
- Throws:
IOException
-
openDataInputStream
- Throws:
IOException
-
openDataOutputStream
- Throws:
IOException
-
openInputStream
- Throws:
IOException
-
openOutputStream
- Throws:
IOException
-