B4A Library ByteConverter library - agraham    Dec 15, 2015   (13 reactions)   tags: Lib, Byte Converter :- Version 1.1 posted. See post #4 for details.
Download link: www.b4x.com/android/files/ByteConverter1.1...It's occasionally useful to be able to poke around in things as arrays of bytes so this library... Bug? [Solved] ByteConverter library not found - Emme Developer    May 2, 2020 As attached image shows, i am not able to use ByteConverter. Am i missing something or ByteConverter is not in part of RandomAccessFile?... B4A Question byteconverter library error - SelimN    Sep 3, 2018 hi, i need use byteconverter library in my b4j code. byteconverter librar version 1.10 mycode...(double) is not applicable (argument mismatch; byte cannot be converted to double) method BA.NumberToString(float) is not applicable (argument mismatch; byte cannot be converted to float) method BA.NumberToString(int) is not applicable (argument mismatch; byte cannot be converted... mismatch; byte cannot be converted to Number) 1 error Edit : i find problem :) logDebug cannot view byte... B4A Question ByteConverter Library - Chinook50ca (first post)    Mar 28, 2021 Thank i was using Google Chrome, and i switch to Internet explorer and it finally download OK
A+... B4J Question ByteConverter library?? - martinstealth (first post)    Mar 25, 2020 Never mind, forgot to check the library.... B4i Question ByteConverter equivalent Library in B4I? - Falcon (first post)    Jul 22, 2021 Ah awesome! Thanks a lot Erel :)... B4J Question B4J Byteconverter library - rameshb    Nov 4, 2014 Hi all, I am trying to convert an hex string to byte array and saw that byteconverter is the library to be used. But when i am trying to download that at http://www.b4x.com/android/forum/attachments/byteconverter1-1-zip.6808/ (it is in B4A forums),it is saying "You do not have permission to access this page". is there any other B4J library that will do the same task and downloadable for use in B4J?... B4A Question ByteConvert Library - OliverA (first post)    Jan 15, 2018   (1 reaction) A "short" variable is two bytes, and therefore ShortsToBytes seems to work as intended. How about declaring it as a Byte? Then you would not need ByteConverter anymore.
Link: (https://www.b4x.com/android/forum/threads/data-type-and-range.8062/#post-45511)... B4A Question ByteConverter Library not found - DickD (first post)    Sep 22, 2017 I'm trying to run the MQTT-Chat sample program which uses the ByteConverter Library. I have downloaded this library and moved the jar and xml files to the Additional Libraries folder. All additional libraries there are showing up properly in the libraries manager but not byteconverter. Yes I have restarted B4A. Using 6.5.
Nevermind. I'm a dope.... B4A Library Base64 and Encryption library - agraham    Apr 11, 2016   (16 reactions)   tags: Security, Lib Here's a library that, for the moment, can perform Base64 encoding and decoding and symmetric algorithm encryption and decryption. Tested symmetric algorithms are DES, Triple DES and AES (Rijndael). As the Java encryption rountines are all byte array oriented you will need my ByteConverter library to run the demo. EDIT :- Version 1.1 posted. Asymmetric algorithms, Signing and MACs now implemented. See post#2 for details.... Page: 1   2   3   4   5   6   7   |