Uses of Interface
java.io.DataInput
Packages that useDataInput
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 ofDataInput injava.io
Modifier and TypeInterfaceDescriptioninterfaceObjectInput extends the DataInput interface to include the reading of objects.Modifier and TypeClassDescriptionclassA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.classAn ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.classInstances of this class support both reading and writing to a random access file.Modifier and TypeMethodDescriptionstatic finalStringReads from the streamina representation of a Unicode character string encoded inmodified UTF-8 format; this string of characters is then returned as aString.Uses ofDataInput injava.rmi.server
Methods injava.rmi.server with parameters of typeDataInputUses ofDataInput injavax.imageio.stream
Subinterfaces ofDataInput injavax.imageio.streamModifier and TypeInterfaceDescriptioninterfaceA seekable input stream interface for use byImageReaders.interfaceA seekable output stream interface for use byImageWriters.Classes injavax.imageio.stream that implementDataInputModifier and TypeClassDescriptionclassAn implementation ofImageInputStreamthat gets its input from a regularInputStream.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.classAn implementation ofImageInputStreamthat gets its input from aFileorRandomAccessFile.classAn implementation ofImageOutputStreamthat writes its output directly to aFileorRandomAccessFile.classAn abstract class implementing theImageInputStreaminterface.classAn abstract class implementing theImageOutputStreaminterface.classAn implementation ofImageInputStreamthat gets its input from a regularInputStream.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.