Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
java.io.InputStream

Packages that use InputStream
java.io Provides for system 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 GenericConnection framework from the Connected Limited Device Configuration
 

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
InputStreamReader.InputStreamReader(InputStream is)
          Create an InputStreamReader that uses the default character encoding.
InputStreamReader.InputStreamReader(InputStream is, String enc)
          Create an InputStreamReader that uses the named character encoding.
DataInputStream.DataInputStream(InputStream in)
          Creates a DataInputStream and saves its argument, the input stream in, for later use.
 

Uses of InputStream in java.lang
 

Methods in java.lang that return InputStream
 InputStream Class.getResourceAsStream(String name)
          Finds a resource with a given name.
 

Uses of InputStream in javax.microedition.io
 

Methods in javax.microedition.io that return InputStream
static InputStream Connector.openInputStream(String name)
          Create and open a connection input stream
 InputStream InputConnection.openInputStream()
          Open and return an input stream for a connection.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.