B4X FEED How to access byte array as int/short value directly without overhead?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to access byte array as int\/short value directly without overhead? است. این موضوع تا کنون 34 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to access byte array as int\/short value directly without overhead?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
34
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Is it possible to directly mapping an int() to byte array? then the byte array can be accessed as int values.

For instance, int(0) will be b(0), b(1), b(2), b(3) and int(1) will be b(4) to b(7). In C/C++ this can be achieved by an int pointer pointed to a memory space where byte() stored. ByteConverter can do this but for repeated conversion tasks like bitmap frame refreshing every certain milliseconds I am not sure whether the internal conversion may bring some overhead? Also bit.shift or multiply/add from 4 bytes to make an int will also lead to some overhead. Thanks.

 

عقب
بالا