Package | Description |
---|---|
com.cinterion.io |
IO related utility classes for accessing the functionality of a wireless module.
|
java.io |
Provides classes for input and output through data streams.
|
java.lang |
MID Profile Language Classes included from Java 2 Standard
Edition.
|
javax.microedition.io |
MID Profile includes networking support based on the
Generic Connection framework from the
Connected, Limited Device Configuration. |
javax.microedition.media |
Modifier and Type | Method and Description |
---|---|
InputStream |
ATCommand.getDataInputStream()
This function returns the input stream for data connections.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayInputStream
A
ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
class |
DataInputStream
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
|
Modifier and Type | Field and Description |
---|---|
protected InputStream |
DataInputStream.in
The input stream.
|
Constructor and Description |
---|
DataInputStream(InputStream in)
Creates a
DataInputStream
and saves its argument, the input stream
in , for later use. |
InputStreamReader(InputStream is)
Create an InputStreamReader that uses the default character encoding.
|
InputStreamReader(InputStream is,
String enc)
Create an InputStreamReader that uses the named character encoding.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Class.getResourceAsStream(String name)
Finds a resource with a given name in the application's
JAR file.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
InputConnection.openInputStream()
Open and return an input stream for a connection.
|
static InputStream |
Connector.openInputStream(String name)
Create and open a connection input stream.
|
Modifier and Type | Method and Description |
---|---|
static Player |
Manager.createPlayer(InputStream stream,
String type)
Create a
Player to play back media from an
InputStream . |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.