![]() |
need urgent help!!!!
I am trying to implement conversion from little endian to big endian on data from a file. the data is such that first 4 bytes give the size of the data adjacent to it. Then I have to convert both the size and the data from little endian to big endian. Then again 4 bytes of size and then data and so on. How to convert the data?
|
Re: need urgent help!!!!
Quote:
For data just reverse each chunk of the data. |
Re: need urgent help!!!!
Quote:
|
| All times are GMT +5.5. The time now is 08:46. |