Press on the image to return to the main documentation page.
|
ReadArray (FileName As String, BlockSize As Int) As Byte()
ReadArrayFromAssets (FileName As String, BlockSize As Int) As Byte()
ReadEncryptedArray (FileName As String, Password As String, BlockSize As Int) As Byte()
WriteArray (FileName As String, data() As Byte, BlockSize As Int)
WriteEncryptedArray (FileName As String, data() As Byte, Password As String, BlockSize As Int)
ReadArray (FileName As String, BlockSize As Int) As Byte()
ReadArrayFromAssets (FileName As String, BlockSize As Int) As Byte()
ReadEncryptedArray (FileName As String, Password As String, BlockSize As Int) As Byte()
WriteArray (FileName As String, data() As Byte, BlockSize As Int)
WriteEncryptedArray (FileName As String, data() As Byte, Password As String, BlockSize As Int)