openBinaryReader()
Function that opens a file as a binary file for reading purposes. The function returns a DataInputStream (see DataInputStream).
openBinaryReader(filename)
filename
String that represents the name of the file to open.
|
openBinaryReader()Function that opens a file as a binary file for reading purposes. The function returns a DataInputStream (see DataInputStream). openBinaryReader(filename)filename String that represents the name of the file to open. |
|