The following tables list the members exposed by StreamUtilities.
Name | Description | |
---|---|---|
ReadStreamBufferLength | The number of bytes that must be read from the current stream. |
Name | Description | |
---|---|---|
GetAllBytes | Reads all bytes from stream, restores initial position. | |
GetContent | ||
GetStreamContent | String view of the stream’s contents. | |
IsNullOrEmpty | Checking if a stream is null or empty. | |
ReadAllBytes | Reading from the stream. | |
SaveToFile | Saving stream to file. | |
Write | Overloaded. |