C# Class Rolcore.IO.StreamExtensions

Extension methods for Stream.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
ReadToEndAsString ( this stream ) : string

Reads the specified string from the current position to the end as a string.

ToSHA1String ( this stream ) : string

Method Details

ReadToEndAsString() public static method

Reads the specified string from the current position to the end as a string.
public static ReadToEndAsString ( this stream ) : string
stream this Specifies the stream to read.
return string

ToSHA1String() public static method

public static ToSHA1String ( this stream ) : string
stream this
return string