org.microemu.microedition.io
Class ConnectorAdapter
java.lang.Object
org.microemu.microedition.io.ConnectorAdapter
- All Implemented Interfaces:
- Implementation, ConnectorDelegate
public abstract class ConnectorAdapter
- extends java.lang.Object
- implements ConnectorDelegate
- Author:
- vlads
Default Connector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorAdapter
public ConnectorAdapter()
open
public abstract Connection open(java.lang.String name,
int mode,
boolean timeouts)
throws java.io.IOException
- Specified by:
open
in interface ConnectorDelegate
- Throws:
java.io.IOException
open
public Connection open(java.lang.String name)
throws java.io.IOException
- Specified by:
open
in interface ConnectorDelegate
- Throws:
java.io.IOException
open
public Connection open(java.lang.String name,
int mode)
throws java.io.IOException
- Specified by:
open
in interface ConnectorDelegate
- Throws:
java.io.IOException
openDataInputStream
public java.io.DataInputStream openDataInputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
openDataInputStream
in interface ConnectorDelegate
- Throws:
java.io.IOException
openDataOutputStream
public java.io.DataOutputStream openDataOutputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
openDataOutputStream
in interface ConnectorDelegate
- Throws:
java.io.IOException
openInputStream
public java.io.InputStream openInputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
openInputStream
in interface ConnectorDelegate
- Throws:
java.io.IOException
openOutputStream
public java.io.OutputStream openOutputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
openOutputStream
in interface ConnectorDelegate
- Throws:
java.io.IOException
Copyright © 2001-2011 MicroEmulator Team. All Rights Reserved.