woniol Active Member Licensed User Longtime User Jun 30, 2016 #1 Hello, I'm going to use a web service that has a size limit of the files that can be accepted. I need to split (binary) a file created in b4J into multiple files according to this limit. Is it possible to achieve it in b4J ?
Hello, I'm going to use a web service that has a size limit of the files that can be accepted. I need to split (binary) a file created in b4J into multiple files according to this limit. Is it possible to achieve it in b4J ?
Erel B4X founder Staff member Licensed User Longtime User Jun 30, 2016 #2 woniol said: Is it possible to achieve it in b4J ? Click to expand... Yes. Use RandomAccessFile.ReadBytes to read chunks of the file. Upvote 0
woniol said: Is it possible to achieve it in b4J ? Click to expand... Yes. Use RandomAccessFile.ReadBytes to read chunks of the file.