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
Copy file name to clipboardExpand all lines: FileHandling/readme.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
**There are two type of class hierarchies for file handling**
3
3
*[Byte Stream Classes:](#byte-stream-class)
4
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`
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