2018.2

Table Of Contents
newIntArray()
Function that returns a new array of Integers.
newIntArray(size)
Returns a new Integer array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newLongArray()
Function that returns a new long array.
newLongArray(size)
Returns a new Long array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newStringArray()
Function that returns a new string array.
newStringArray(size)
Returns a new String array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
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.
Page 365