Search Results for

    Show / Hide Table of Contents

    Class LocalFileStreamMediaContentSource

    Wraps a file access in a LocalStream

    Inheritance
    System.Object
    MediaContentSource
    FileStreamMediaContentSource
    LocalFileStreamMediaContentSource
    Implements
    ImageVault.Abstractions.IMediaContentSource
    System.IDisposable
    Inherited Members
    FileStreamMediaContentSource.Dispose(Boolean)
    FileStreamMediaContentSource.Path
    FileStreamMediaContentSource.Length
    MediaContentSource.Dispose()
    MediaContentSource.Disposed
    MediaContentSource.Offset
    MediaContentSource.TotalLength
    MediaContentSource.Name
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class LocalFileStreamMediaContentSource : FileStreamMediaContentSource, IDisposable

    Constructors

    LocalFileStreamMediaContentSource(String, String)

    Creates a Media content source wrapped around a file using the LocalStream to utilize shadow copy

    Declaration
    public LocalFileStreamMediaContentSource(string path, string distinguisher)
    Parameters
    Type Name Description
    System.String path
    System.String distinguisher

    Methods

    GetStream()

    Declaration
    public override Stream GetStream()
    Returns
    Type Description
    System.IO.Stream
    Overrides
    FileStreamMediaContentSource.GetStream()

    Implements

    ImageVault.Abstractions.IMediaContentSource
    System.IDisposable
    In This Article
    Back to top (c) Meriworks 2002-2022