Class Connector
java.lang.Object
javax.microedition.io.Connector
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic Connectionstatic Connectionstatic Connectionstatic DataInputStreamopenDataInputStream(String var0) static DataOutputStreamopenDataOutputStream(String var0) static InputStreamopenInputStream(String var0) static OutputStreamopenOutputStream(String var0)
-
Field Details
-
READ
public static final int READ- See Also:
-
WRITE
public static final int WRITE- See Also:
-
READ_WRITE
public static final int READ_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
-