Uses of Interface
java.io.DataInput
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
Provides classes and interfaces for supporting the server side of RMI.
A package of the Java Image I/O API dealing with low-level I/O from files and
streams.
-
Uses of DataInput in java.io
Modifier and TypeInterfaceDescriptioninterface
ObjectInput extends the DataInput interface to include the reading of objects.Modifier and TypeClassDescriptionclass
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.class
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.class
Instances of this class support both reading and writing to a random access file.Modifier and TypeMethodDescriptionstatic final String
Reads from the streamin
a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as aString
. -
Uses of DataInput in java.rmi.server
-
Uses of DataInput in javax.imageio.stream
Modifier and TypeInterfaceDescriptioninterface
A seekable input stream interface for use byImageReader
s.interface
A seekable output stream interface for use byImageWriter
s.Modifier and TypeClassDescriptionclass
An implementation ofImageInputStream
that gets its input from a regularInputStream
.class
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.class
An implementation ofImageInputStream
that gets its input from aFile
orRandomAccessFile
.class
An implementation ofImageOutputStream
that writes its output directly to aFile
orRandomAccessFile
.class
An abstract class implementing theImageInputStream
interface.class
An abstract class implementing theImageOutputStream
interface.class
An implementation ofImageInputStream
that gets its input from a regularInputStream
.class
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.