Package | Description |
---|---|
java.io |
Provides classes for input and output through data streams.
|
javax.microedition.io |
MID Profile includes networking support based on the
Generic Connection framework from the
Connected, Limited Device Configuration. |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
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 . |
Modifier and Type | Interface and Description |
---|---|
interface |
Datagram
This class defines an abstract interface for datagram packets.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.