Method | Description | |
---|---|---|
ReadAll ( this input, |
Takes all of the data in the stream and returns it as a string
|
|
ReadAllBinary ( this input ) : byte[] |
Takes all of the data in the stream and returns it as an array of bytes
|
public static ReadAll ( this input, |
||
input | this | Input stream |
encodingUsing | Encoding that the string should be in (defaults to UTF8) | |
return | string |
public static ReadAllBinary ( this input ) : byte[] | ||
input | this | Input stream |
return | byte[] |