Method | Description | |
---|---|---|
AsStream ( this value ) : Stream | ||
AsStream ( this value, |
||
ContentEquals ( this stream, Stream otherStream ) : bool | ||
ReadAllBytes ( this stream ) : byte[] | ||
ReadToEnd ( this stream ) : string | ||
ToStreamFactory ( this stream ) : Func |
Turns an existing stream into one that a stream factory that can be reopened.
|
public static AsStream ( this value ) : Stream | ||
value | this | |
return | Stream |
public static AsStream ( this value, |
||
value | this | |
encoding | ||
return | Stream |
public static ContentEquals ( this stream, Stream otherStream ) : bool | ||
stream | this | |
otherStream | Stream | |
return | bool |
public static ReadAllBytes ( this stream ) : byte[] | ||
stream | this | |
return | byte[] |
public static ReadToEnd ( this stream ) : string | ||
stream | this | |
return | string |
public static ToStreamFactory ( this stream ) : Func |
||
stream | this | |
return | Func |