G grafsoft Well-Known Member Licensed User Longtime User Aug 12, 2015 #1 What is the compression method of randomaccessfile.writeobject? I need to decrypt it in PHP. Or should I use CompressedStreams?
What is the compression method of randomaccessfile.writeobject? I need to decrypt it in PHP. Or should I use CompressedStreams?
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2015 #2 You will not be able to decode it in PHP. For a cross platform solution you can use B4A / B4J / B4i WriteB4XObject (it will not work with PHP). You can compress bytes with CompressedStreams or the Archiver library and then read it from the PHP server. Upvote 0
You will not be able to decode it in PHP. For a cross platform solution you can use B4A / B4J / B4i WriteB4XObject (it will not work with PHP). You can compress bytes with CompressedStreams or the Archiver library and then read it from the PHP server.