Search Results for

    Show / Hide Table of Contents

    Class HexWriter

    Inheritance
    Object
    HexWriter
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Log
    Assembly: cs.temp.dll.dll
    Syntax
    public class HexWriter

    Constructors

    HexWriter(Byte[])

    Declaration
    public HexWriter(byte[] data)
    Parameters
    Type Name Description
    Byte[] data

    Properties

    Data

    Bytes to be displayed

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

    End

    Last byte to be displayed

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

    Offset

    Offset to be added to the printed position

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

    Start

    First byte to be displayed

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    ToString(Stream, Int32, Int32)

    Declaration
    public static string ToString(Stream stream, int start, int length)
    Parameters
    Type Name Description
    Stream stream
    Int32 start
    Int32 length
    Returns
    Type Description
    String

    ToString(Byte[])

    Declaration
    public static string ToString(byte[] data)
    Parameters
    Type Name Description
    Byte[] data
    Returns
    Type Description
    String

    ToString(Byte[], Int32, Int32)

    Declaration
    public static string ToString(byte[] data, int start, int length)
    Parameters
    Type Name Description
    Byte[] data
    Int32 start
    Int32 length
    Returns
    Type Description
    String
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors