Skip to content

BizArk.Core.Extensions.StreamExt

Brian Brewder edited this page Apr 1, 2017 · 1 revision

Back to BizArk.Core API Reference

Provides utility methods for handling streams.

Static Methods

  • public static void Write(this Stream output, Stream input, int bufferSize = 4096) - Copies the stream to another stream.

Clone this wiki locally