MID Profile

Uses of Interface
java.io.DataInput

Packages that use DataInput
java.io KVM core I/O package. 
javax.microedition.io MID Profile includes networking support based on the GenericConnection framework from the Connected Limited Device Configuration
 

Uses of DataInput in java.io
 

Classes in java.io that implement DataInput
 class DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
 

Methods in java.io with parameters of type DataInput
static String DataInputStream.readUTF(DataInput in)
          Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
 

Uses of DataInput in javax.microedition.io
 

Subinterfaces of DataInput in javax.microedition.io
 interface Datagram
          This is the generic datagram interface.
 


MID Profile

Submit a comment or suggestion Version 0.9 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.