Part 1: File in C# | What is Input Stream and Output Stream| Why we use File Handling in C#.

Опубликовано: 04 Октябрь 2024
на канале: OrBit of the CodinG
47
6

What is a File.
What is a Stream and why do I need to learn File Handling in C#.

Stream: A stream is a sequence of bytes traveling from a source to a destination over a communication path.

Two Types of Stream:
1. Input Stream: used Read Operation.
2. Output Stream: used Write operation.