Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperAsyncEngine.BeginReadStream Method 

Open a specified stream and seek to the first record.

[Visual Basic]
Public Sub BeginReadStream( _
   ByVal reader As TextReader _
)
[C#]
public void BeginReadStream(
   TextReader reader
);

Parameters

reader
The TextReader of the stream.

Remarks

This method only seek to the first record.

To read record by record use ReadNext method.

When you stop to read the file you must call Close method.

Example

This example show the basic use of the async methods in the FileHelperAsymcEngine:


        

See Also

FileHelperAsyncEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox