B4A Question Windows Binary files - Erel (first post) Aug 06, 2024 (1 reaction) File.ReadBytes - will read all bytes into an array.
RandomAccessFile - provides access to the file bytes. B4J Question Best way to save different configurations from SQL file Data - DonManfred (first post) Jun 18, 2024 (1 reaction) No. The way you used using RandomAccessFile is the correct way. Other Subscribe to B4J library updates - stevel05 (first post) Sep 08, 2022 (4 reactions) B4xWavRandomAccessFile A wav file aware wrapper for RandomAccessFile that makes mixing and jumping around audio files easier B4J Library [B4x] WavRandomAccessFile - stevel05 Sep 15, 2022 (9 reactions) A wav file aware wrapper for RandomAccessFile that makes mixing and jumping around audio files easier. This implementation has the same functionality as the version in JAudioTrack2, but does not rely on JavaxSound library and therefore should work in B4a and possibly B4i. You can also read informat B4A Question keep password in app - Peter Simpson (first post) Apr 04, 2015 (1 reaction) RandomAccessFile is a safe place to store a password. Just use MD5 or SHA-1 encryption to encrypt the password then store the encrypted password into the password protected RAF. You are making it harder than it actually need to be... B4A Question AsyncStreamsObject - DonManfred (first post) Jun 03, 2018 (1 reaction) Use the Forumsearch https://www.b4x./?query=b4xSerializator This leads you to the Documentation. Call the Page and look at the html name. It is the name of the Library https://www.b4x..html#b4xserializator It is randomaccessfile. randomaccessfile is an internal library so you should have it installe B4i Question RandomAccessFile - prevent crashes - Erel (first post) Jul 29, 2020 (I never use these methods, only B4XSerializator with File.ReadBytes / WriteBytes) B4R Question Mqtt & B4RSerializator - janderkan (first post) Mar 25, 2020 Private out As RandomAccessFile B4A Question Best way to upload and download files to internet? Simple example? - emexes (first post) Feb 20, 2025 I could well believe that RandomAccessFile doesn't work with files read directly from the assets folder, if those files require decompressing.
Decompression is usually a sequential process, where later data depends on earlier data.
But it might work if you read it sequentially with an InputStream. Italian Problema apertura file grandi dimensioni - LucaMs (first post) Aug 08, 2018 (1 reaction) Devi usare RandomAccessFile. (poi ci insegni come inserire virus in un file video :p) Page: 1 2 3 4 5 6 7 Powered by ColBERT |