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

FileHelperEngine.ReadStream Method (TextReader)

Read a Stream and return an array of the contained records.

[Visual Basic]
Overloads Public Function ReadStream( _
   ByVal reader As TextReader _
) As Object()
[C#]
public object[] ReadStream(
   TextReader reader
);

Parameters

reader
The reader of the source stream.

Return Value

An array of the records in the Stream

Remarks

This method only uses the stream and dont close them after use it, you must do it.

Example

This example show the basic use of the library with minimun code:


        

See Also

FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadStream Overload List


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