What is a byte stream actually?

Posted by user2720323 on Programmers See other posts from Programmers or by user2720323
Published on 2013-11-05T16:45:02Z Indexed on 2013/11/05 22:12 UTC
Read the original article Hit count: 102

Filed under:

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.

© Programmers or respective owner

Related posts about concepts