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 Reader « File Directory « VB.Net
VB.Net
File Directory
Stream Reader
1.
Read all file content
2.
Stream Reader Demo
3.
Stream Reader: read int
4.
StreamReader Class implements a TextReader that reads characters from a byte stream in a particular encoding.
5.
Create StreamReader class for the specified stream.
6.
Create StreamReader class for the specified file name.
7.
StreamReader.Read reads the next character from the input stream
8.
Display Integer read from a StreamReader in hex format
9.
StreamReader Class Implements a TextReader that reads characters from a byte stream in a particular encoding.