public class Connector extends Object
Modifier and Type | Field and Description |
---|---|
static int |
READ |
static int |
READ_WRITE |
static int |
WRITE |
Modifier and Type | Method and Description |
---|---|
static Connection |
open(String var0) |
static Connection |
open(String var0,
int var1) |
static Connection |
open(String var0,
int var1,
boolean var2) |
static DataInputStream |
openDataInputStream(String var0) |
static DataOutputStream |
openDataOutputStream(String var0) |
static InputStream |
openInputStream(String var0) |
static OutputStream |
openOutputStream(String var0) |
public static final int READ
public static final int WRITE
public static final int READ_WRITE
public static Connection open(String var0) throws IOException
IOException
public static Connection open(String var0, int var1) throws IOException
IOException
public static Connection open(String var0, int var1, boolean var2) throws IOException
IOException
public static DataInputStream openDataInputStream(String var0) throws IOException
IOException
public static DataOutputStream openDataOutputStream(String var0) throws IOException
IOException
public static InputStream openInputStream(String var0) throws IOException
IOException
public static OutputStream openOutputStream(String var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.