Search Results for

    Show / Hide Table of Contents

    Class SwapByteBuffer

    Inheritance
    Object
    SwapByteBuffer
    Implements
    IByteBuffer
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.IO.Buffer
    Assembly: cs.temp.dll.dll
    Syntax
    public class SwapByteBuffer : IByteBuffer

    Constructors

    SwapByteBuffer(IByteBuffer, Int32)

    Declaration
    public SwapByteBuffer(IByteBuffer buffer, int unitSize)
    Parameters
    Type Name Description
    IByteBuffer buffer
    Int32 unitSize

    Properties

    Data

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

    Internal

    Declaration
    public IByteBuffer Internal { get; }
    Property Value
    Type Description
    IByteBuffer

    IsMemory

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

    Size

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

    UnitSize

    Declaration
    public int UnitSize { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetByteRange(Int64, Int32)

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

    Implements

    IByteBuffer
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors