:File and stream I/O in C Sharp

{{Correct title|File and stream I/O in C#|reason=number}}

{{more citations needed|date=February 2014}}

{{Orphan|date=December 2015}}

The C# programming language provides many classes and methods to perform file and stream input and output.

The most common stream classes used for file and stream I/O within the .NET Framework are listed below:

class="wikitable"

! Class !! Function

FileStreamReading and writing to a standard file
IsolatedStorageFileStreamReading and writing to a file in isolated storage{{clarify|date=February 2014}}
MemoryStreamReading and writing to memory modeled as a stream
BufferedStreamReading and writing to a stream using buffered I/O for improved thread performance
NetworkStreamReading and writing to network sockets
PipeStreamReading and writing over anonymous and named pipes
CryptoStreamLinking data streams to cryptographic transformations

thumb

References

  • {{cite web

|url=http://msdn.microsoft.com/en-us/library/k3352a4t%28v=vs.110%29.aspx

|title=File and Stream I/O

|work=MSDN Developer's Network

|accessdate=26 February 2014

}}

{{DEFAULTSORT:File and stream I O in C Sharp}}

Category:C Sharp programming language family

Category:.NET

{{compu-prog-stub}}