Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Memory Stream « File Stream « C# / C Sharp
C# / C Sharp
File Stream
Memory Stream
1.
Create a MemoryStream
2.
MemoryStream.Write
3.
Use MemoryStream and BinaryWriter to convert decimal to byte array
4.
Use MemoryStream and BinaryReader to convert Byte array to decimal
5.
MemoryStream.ToArray, MemoryStream.ReadDecimal
6.
Deep Copy with MemoryStream
7.
Memory-Mapped Files
8.
Deep clone with MemoryStream
9.
Using MemoryStream to Serialize and Desirialize
10.
Convert a string into an array of bytes