java.lang.Object
com.barteo.cldc.resource.Connection
- All Implemented Interfaces:
- com.barteo.cldc.ClosedConnection, javax.microedition.io.Connection, javax.microedition.io.InputConnection
- public class Connection
- extends java.lang.Object
- implements javax.microedition.io.InputConnection, com.barteo.cldc.ClosedConnection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
java.lang.String resource
Connection
public Connection()
close
public void close()
throws java.io.IOException
- Specified by:
close in interface javax.microedition.io.Connection
open
public javax.microedition.io.Connection open(java.lang.String name)
throws java.io.IOException
- Specified by:
open in interface com.barteo.cldc.ClosedConnection
openDataInputStream
public java.io.DataInputStream openDataInputStream()
throws java.io.IOException
- Specified by:
openDataInputStream in interface javax.microedition.io.InputConnection
openInputStream
public java.io.InputStream openInputStream()
throws java.io.IOException
- Specified by:
openInputStream in interface javax.microedition.io.InputConnection