I was reading this post HttpJob - Post and receive bytes and thinking is there any difference between using PostString and PostBytes?
I remembered last time I opened the OkHttpUtils2 b4xlib and saw that PostString eventually calling PostBytes. So why make things more difficult to convert the String into Byte data ?
Does it really make the data smaller in size when transfer to the server if we convert the same data to Bytes?
I remembered last time I opened the OkHttpUtils2 b4xlib and saw that PostString eventually calling PostBytes. So why make things more difficult to convert the String into Byte data ?
Does it really make the data smaller in size when transfer to the server if we convert the same data to Bytes?