2022.2

Table Of Contents
newIntArray(size)
ReturnsanewIntegerarrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newLongArray()
Functionthatreturnsanewlongarray.
newLongArray(size)
ReturnsanewLongarrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newStringArray()
Functionthatreturnsanewstringarray.
newStringArray(size)
ReturnsanewStringarrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
openBinaryReader()
Functionthatopensafileasabinaryfileforreadingpurposes.ThefunctionreturnsaDataInputStream
(seeDataInputStream).
openBinaryReader(filename)
filename
Stringthatrepresentsthenameofthefiletoopen.
openBinaryWriter()
Functionthatopensafileasabinaryfileforwritingpurposes.ThefunctionreturnsaDataOut-
putStream(seeDataOutputStream).
openBinaryWriter(filename, append)
filename
Stringthatrepresentsthenameofthefiletoopen.
Page 409