Skip to content

Shuttle/Shuttle.Core.Streams

Repository files navigation

Shuttle.Core.Streams

PM> Install-Package Shuttle.Core.Streams

Provides Stream extensions.

Task<byte[]> ToBytesAsync(this Stream stream)

Returns the given Stream as a byte array.

Task<Stream> CopyAsync(this Stream stream)

Creates a copy of the given Stream. THe copy will be at position 0 and the source Stream will remain at its original position.

About

Stream infrastructure utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages