Ideal Java Data Structure for Streaming data to QT Creator -


does knows, best way stream data (like strings, int, reals, ....) betweem java app , qt app. try qt:qdatastream , java:dataoutputsttream, theres difference in byte arrays. can me??

thanks...

use xml or json both languages using same standard. in json should able encapsulate byte arrays , other types you've mentioned easily. if you're using qt 5 can simple use qjsondocument::fromrawdata. otherwise can find libraries both java , qt in json.org.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -