What is a byte stream actually?
- by user2720323
Can anyone explain me what byte stream actually contains?
Does it contain bytes (hex data) or binary data or english letters only?
I am also confused about the term Raw Data.
If someone asked me to "reverse the 4 byte data", then what should I assume the data is hex code or binary code?
Can anyone please clarify this for me.
I have read so many articles and in java and c. They used to talk these words frequently but never understood them clearly.