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
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# File Handling
1
+
# File Handling:books:
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`
0 commit comments