C# 클래스 Rolcore.IO.StreamExtensions

Extension methods for Stream.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ReadToEndAsString ( this stream ) : string

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

ToSHA1String ( this stream ) : string

메소드 상세

ReadToEndAsString() 공개 정적인 메소드

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.
리턴 string

ToSHA1String() 공개 정적인 메소드

public static ToSHA1String ( this stream ) : string
stream this
리턴 string