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
Stream « File Directory « VB.Net
VB.Net
File Directory
Stream
1.
Stream.CanRead Property tells whether the current stream supports reading.
2.
Stream.CanWrite Property tells whether the current stream supports writing.
3.
Stream.CopyTo Method reads all the bytes from the current stream and writes them to the destination stream.
4.
Reads a maximum of count characters from the current stream into buffer
5.
Stream.Read Method reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
6.
Open a stream as ASCII
7.
GZipStream Class
8.
Compress streams
9.
Decompress streams.
10.
Stream.CanWrite Property tells whether the current stream supports writing.