KwickClips Java · 43 sec · free
Which mode gives raw bytes?
Short answer. Binary mode, like rb or wb.
What are these also called?
Character streams and byte streams.
Two ways to read
| Mode | You get | Use for |
|---|---|---|
| r, w | characters | .txt files |
| rb, wb | bytes | photos, PDF |
Remember
| Text mode: characters |
| Add b: raw bytes |
One file can give letters or numbers. How? Here is how. Text mode, r or w, gives characters. Binary mode, r b or w b, gives raw bytes. These are character and byte streams. Text mode gives characters. Add the letter b for raw bytes.
This clip is from the full lesson: File Handling — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Information Technology (402), ICSE Class 9 Computer Applications, ISC Class 11 Computer Science (868), ISC Class 11 Computer Science (868)
More KwickClips from this lesson
Why is variable data lost?41 sec
What does w mode do to old text?40 sec
Why does except OSError catch a missing file?38 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

