Android Question Basic4Android Memory Ops

LiK137

Member
Licensed User
Longtime User
Dear developers,

My question is regarding memory operations that is not possible with Basic4Android.

I am using version 2.70b1 and wandering How it is possible to read big datafile, make decryption, calculations, encryption and saving/writing back.

Reading/receiving data from internet/intranet, process without writing to file, sending back.



Please give me ways to realize that and ways to convert VisualBasic program that uses memory operations to Basic4Android.
 

LiK137

Member
Licensed User
Longtime User
Thank U Erel,
All systems have limitations. Like FileSystem/FileSize, IntegerNumbers/Min-MaxValues and Basic4Android/MemoryAllocateFunction.
lets take as an example file EN/DEcryption. if we decrypt file partially then the result decrypted file will be different as it was encrypted wholly like read n bytes, decrypt and then read another portion is not helps or disk read/write operations not allowed. How then should I continue. I need to:
- Allocate memory
- ReadBytes to Memor
- Manipulate Data
- ReAllocate Memory
- FreeMemory

How these could be done bypass memory?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top