Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IStreamHelper

    Namespace: MediaBrowser.Model.IO
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IStreamHelper

    Methods

    CopyToAsync(Stream, PipeWriter, Int32, Int32, CancellationToken)

    Declaration
    Task CopyToAsync(Stream source, PipeWriter writer, int bufferSize, int emptyReadLimit, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream source
    System.IO.Pipelines.PipeWriter writer
    System.Int32 bufferSize
    System.Int32 emptyReadLimit
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    CopyToAsync(Stream, PipeWriter, Int32, CancellationToken)

    Declaration
    Task CopyToAsync(Stream source, PipeWriter writer, int bufferSize, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream source
    System.IO.Pipelines.PipeWriter writer
    System.Int32 bufferSize
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    CopyToAsyncWithMaxLength(Stream, PipeWriter, Int64, CancellationToken)

    Declaration
    Task CopyToAsyncWithMaxLength(Stream source, PipeWriter writer, long copyLength, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream source
    System.IO.Pipelines.PipeWriter writer
    System.Int64 copyLength
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    CopyUntilCancelled(Stream, Stream, Int32, CancellationToken)

    Declaration
    Task CopyUntilCancelled(Stream source, Stream target, int bufferSize, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream source
    System.IO.Stream target
    System.Int32 bufferSize
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.