Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class StreamByteBuffer

    Inheritance
    System.Object
    StreamByteBuffer
    Implements
    IByteBuffer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.IO.Buffer
    Assembly: fo-dicom.core.dll
    Syntax
    public sealed class StreamByteBuffer : IByteBuffer

    Constructors

    StreamByteBuffer(Stream, Int64, Int64)

    Declaration
    public StreamByteBuffer(Stream stream, long position, long length)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Int64 position
    System.Int64 length

    StreamByteBuffer(Stream, Int64, Int64, IMemoryProvider)

    Declaration
    public StreamByteBuffer(Stream stream, long position, long length, IMemoryProvider memoryProvider)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Int64 position
    System.Int64 length
    IMemoryProvider memoryProvider

    Properties

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    System.Byte[]

    IsMemory

    Declaration
    public bool IsMemory { get; }
    Property Value
    Type Description
    System.Boolean

    Position

    Declaration
    public long Position { get; }
    Property Value
    Type Description
    System.Int64

    Size

    Declaration
    public long Size { get; }
    Property Value
    Type Description
    System.Int64

    Stream

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    System.IO.Stream

    Methods

    CopyToStream(Stream)

    Declaration
    public void CopyToStream(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    CopyToStreamAsync(Stream, CancellationToken)

    Declaration
    public async Task CopyToStreamAsync(Stream stream, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    GetByteRange(Int64, Int32, Byte[])

    Declaration
    public void GetByteRange(long offset, int count, byte[] output)
    Parameters
    Type Name Description
    System.Int64 offset
    System.Int32 count
    System.Byte[] output

    Implements

    IByteBuffer

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    ByteBufferExtensions.Enumerate<T>(IByteBuffer)
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors