Uses of Interface
java.io.DataInput
-
Uses of DataInput in java.io
Subinterfaces of DataInput in java.io Modifier and Type Interface Description interfaceObjectInputDefines an interface for classes that allow reading serialized objects.Classes in java.io that implement DataInput Modifier and Type Class Description classDataInputStreamWraps an existingInputStreamand reads big-endian typed data from it.classObjectInputStreamA specializedInputStreamthat is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).classRandomAccessFileAllows reading from and writing to a file in a random-access manner.