DataInputStream in Java
The DataInputStream class in Java used to read data in primitive type size bytes from the underlying InputStreams. It has special methods to read primitive type size bytes. It is a subclass of FilterInputStream and implements the DataInput interface. FilterInputStream is the subclass of InputStream. These all classes are available from Java 1.0 version onwards. […]
DataInputStream in Java Read More »