|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStream | |
---|---|
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
java.io | |
java.lang | |
javax.microedition.io |
Uses of InputStream in com.sentilla.platform.tmote |
---|
Methods in com.sentilla.platform.tmote that return InputStream | |
---|---|
InputStream |
GetJavaResource.getJavaResource(String resource_name)
|
InputStream |
BinFileUtil.getJavaResource(String resource_name)
|
Uses of InputStream in java.io |
---|
Subclasses of InputStream in java.io | |
---|---|
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. |
Fields in java.io declared as InputStream | |
---|---|
protected InputStream |
DataInputStream.in
The input stream. |
Constructors in java.io with parameters of type InputStream | |
---|---|
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. |
Uses of InputStream in java.lang |
---|
Methods in java.lang that return InputStream | |
---|---|
InputStream |
Class.getResourceAsStream(String resource)
Finds a resource with a given name in the application's JAR file. |
Uses of InputStream in javax.microedition.io |
---|
Methods in javax.microedition.io that return InputStream | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |