Engineering Notes 140
Created by admin on Fri, 06/01/2012 - 17:22
Sub Topic:
c#-stream
Enter URL:
http://www.dotnetperls.com/stream
Department:
Chapter Name:
C SHARP AND .NET FRAMEWORK
Description:
What is a Stream? In the C# language, you use many different derived streams, such as FileStream and MemoryStream. However, the Stream type itself isn't usually used directly. It instead is an abstract base class for more derived streams. Here, we look at the Stream type
Add new comment