Android Programming Press on the image to return to the main documentation page.

FastIO

Written by F. Leneuf-Magaud/Informatix

List of types:

FastIO

FastIO


Events:

None

Members:


  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)

Members description:

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)

Top