L lqg2118 Member Licensed User Longtime User Mar 25, 2011 #1 how could basic4ppc deal with binary stream? the binaryfile.dll could readbyte or readbytes,but phone's memory is limited,if i read a file as 60M large,it'll be too slow . is there any other way to deal with stream? ps: "readbyte" is too slow....
how could basic4ppc deal with binary stream? the binaryfile.dll could readbyte or readbytes,but phone's memory is limited,if i read a file as 60M large,it'll be too slow . is there any other way to deal with stream? ps: "readbyte" is too slow....
Erel B4X founder Staff member Licensed User Longtime User Mar 27, 2011 #2 Reading a 60mb file will be slow. You should use ReadBytes instead of ReadByte.