Anant Narayanan wrote: > However, I am unable to get that data via a read() call.
Do you get nothing at all? Or truncated data? Or an exception? > Is it because the response is encoded in little-endian? Seems doubtful, since you're reading bytes.... Does using readByteArray instead of readBytes change anything? -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
