datainputstream
-
exceptions
java.io.EOFException – How to solve EOFException
In this tutorial we will discuss about the EOFException in Java. This exception indicates the the end of file (EOF),…
Read More » -
DataInputStream
Read char from file with DataInputStream
This is an example of how to read a char from a file with the DataInputStream. The DataInputStream lets an…
Read More » -
DataInputStream
Read byte array from file with DataInputStream
With this example we are going to demonstrate how to read a byte array from a file with the DataInputStream.…
Read More »