You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be nice to be able to easily convert a Stream into a byte array via an extension method. Also, it would be helpful if Stream had a new extension for resetting the position within the stream (assuming Seek is possible).
I would be nice to be able to easily convert a
Streaminto a byte array via an extension method. Also, it would be helpful ifStreamhad a new extension for resetting the position within the stream (assumingSeekis possible).