Android Question Changing size of the buffer in AsyncStream_NewData(buffer() as byte)

confusion

New Member
Licensed User
Longtime User
hello,
In b4a we have an object AsyncStream from RandomAccessFile lib, which when initialized invokes -Astream_NewData (buffer() as byte) . I guess the length of the 'buffer' array is already set(plz correct me if i am wrong), and it is sure not sufficient for my application and i need a bigger array . Can suggest any solution to increase the length of this array?
 
Top