Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
Binary File Write « File Directory « VB.Net
VB.Net
File Directory
Binary File Write
1.
Creating a random file
2.
Use BinaryWriter to store information into a binary file
3.
Save Structure to a Binary File
4.
Gets the underlying stream of the BinaryWriter.
5.
BinaryWriter.Seek Method Sets the position within the current stream.
6.
BinaryWriter.Write Method Writes an unsigned byte to the current stream and advances the stream position by one byte.
7.
BinaryWriter.Write(Byte[]) Writes a byte array to the underlying stream.
8.
Writes a region of a byte array to the current stream.
9.
Writes a Unicode character
10.
Writes a character array
11.
Writes a section of a character array
12.
Writes a length-prefixed string