Browse Source
Update src/ImageSharp/IO/BufferedReadStream.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2301/head
James Jackson-South
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/ImageSharp/IO/BufferedReadStream.cs
|
|
|
@ -35,7 +35,7 @@ internal sealed class BufferedReadStream : Stream |
|
|
|
/// </summary>
|
|
|
|
/// <param name="configuration">The configuration which allows altering default behaviour or extending the library.</param>
|
|
|
|
/// <param name="stream">The input stream.</param>
|
|
|
|
/// <param name="cancellationToken">The optional cancellation token.</param>
|
|
|
|
/// <param name="cancellationToken">The optional stream-level cancellation token to detect cancellation in synchronous methods.</param>
|
|
|
|
public BufferedReadStream(Configuration configuration, Stream stream, CancellationToken cancellationToken = default) |
|
|
|
{ |
|
|
|
Guard.NotNull(configuration, nameof(configuration)); |
|
|
|
|