Framework Professional Edition Package


javax.microedition.io
Class Connector

java.lang.Object
  extended by javax.microedition.io.Connector

public class Connector
extends java.lang.Object


Field Summary
static int READ
           
static int READ_WRITE
           
static int WRITE
           
 
Method Summary
static Connection open(java.lang.String var0)
           
static Connection open(java.lang.String var0, int var1)
           
static Connection open(java.lang.String var0, int var1, boolean var2)
           
static java.io.DataInputStream openDataInputStream(java.lang.String var0)
           
static java.io.DataOutputStream openDataOutputStream(java.lang.String var0)
           
static java.io.InputStream openInputStream(java.lang.String var0)
           
static java.io.OutputStream openOutputStream(java.lang.String var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ

public static final int READ
See Also:
Constant Field Values

WRITE

public static final int WRITE
See Also:
Constant Field Values

READ_WRITE

public static final int READ_WRITE
See Also:
Constant Field Values
Method Detail

open

public static Connection open(java.lang.String var0)
                       throws java.io.IOException
Throws:
java.io.IOException

open

public static Connection open(java.lang.String var0,
                              int var1)
                       throws java.io.IOException
Throws:
java.io.IOException

open

public static Connection open(java.lang.String var0,
                              int var1,
                              boolean var2)
                       throws java.io.IOException
Throws:
java.io.IOException

openDataInputStream

public static java.io.DataInputStream openDataInputStream(java.lang.String var0)
                                                   throws java.io.IOException
Throws:
java.io.IOException

openDataOutputStream

public static java.io.DataOutputStream openDataOutputStream(java.lang.String var0)
                                                     throws java.io.IOException
Throws:
java.io.IOException

openInputStream

public static java.io.InputStream openInputStream(java.lang.String var0)
                                           throws java.io.IOException
Throws:
java.io.IOException

openOutputStream

public static java.io.OutputStream openOutputStream(java.lang.String var0)
                                             throws java.io.IOException
Throws:
java.io.IOException

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved