Stream « File Stream « C# / C Sharp
Home
C# / C Sharp
1.
2D Graphics
2.
Class Interface
3.
Collections Data Structure
4.
Components
5.
Data Types
6.
Database ADO.net
7.
Date Time
8.
Design Patterns
9.
Development Class
10.
Event
11.
File Stream
12.
Generics
13.
GUI Windows Form
14.
Internationalization I18N
15.
Language Basics
16.
LINQ
17.
Network
18.
Office
19.
Reflection
20.
Regular Expressions
21.
Security
22.
Services Event
23.
Thread
24.
Web Services
25.
Windows
26.
Windows Presentation Foundation
27.
XML
28.
XML LINQ
C# Book
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source
C# / C Sharp
»
File Stream
»
Stream
Screenshots
1.
Stream.CanRead indicates whether the current stream supports reading.
2.
Stream.CanWrite Property indicates whether the current stream supports writing.
3.
Stream.CopyTo reads all the bytes from the current stream and writes them to the destination stream.
4.
Stream.Read reads a sequence of bytes and advances the position
5.
Create StreamWriter class for the specified stream, using the specified encoding and the default buffer size.
6.
Create StreamWriter from FileStream
7.
Create StreamWriter with encoding
8.
Create StreamWriter from file name
9.
UTF8 encoding StreamWriter
10.
Create UTF8 encoding StreamWriter from File name
11.
Set StreamWriter buffer size
12.
Writes a subarray of characters to the stream.
13.
Create a new instance of the StreamReader class for the specified stream.
14.
Gets the current character encoding that the current StreamReader object is using.
15.
Returns the next available character but does not consume it.
16.
Reads a maximum of count characters from the current stream into buffer, beginning at index.
17.
Reads the next character from the input stream and advances the character position by one character.
18.
Read a single character
19.
Reads a line of characters from the current stream and returns the data as a string.
20.
Reads the stream from the current position to the end of the stream.
ww___w___._j_a___v___a2__s._c___o__m__
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.