You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**There are two type of class hierarchies for file handling**
3
+
*[Byte Stream Classes:](#byte-stream-class)
4
+
They are used to perform Input and Output of 8-bit bytes. There are many abstract classes available for handling byte stream. Most widely used are `FileInputStream` and `File Output Stream`
5
+
* Character Stream Classes:
6
+
They are used to perform Input and Output for 16-bit Unicode. There are different classes to handle Character Stream Classes as well. Most widely used are `File Reader` and `File Writer`
0 commit comments