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
Post a Comment