Show / Hide Table of Contents
View Source

Class LengthWriter

Inheritance
System.Object
LengthWriter
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:EvilDICOM.Core.IO.Writing
Assembly:EvilDICOM.dll
Syntax
public class LengthWriter

Methods

View Source

Write(DICOMBinaryWriter, VR, DICOMIOSettings, Int32)

Declaration
public static void Write(DICOMBinaryWriter dw, VR vr, DICOMIOSettings settings, int length)
Parameters
Type Name Description
DICOMBinaryWriter dw
VR vr
DICOMIOSettings settings
System.Int32 length
View Source

WriteBigEndian(DICOMBinaryWriter, Int32, Int32)

Declaration
public static void WriteBigEndian(DICOMBinaryWriter dw, int length, int numberOfBytes)
Parameters
Type Name Description
DICOMBinaryWriter dw
System.Int32 length
System.Int32 numberOfBytes
View Source

WriteLittleEndian(DICOMBinaryWriter, Int32, Int32)

Declaration
public static void WriteLittleEndian(DICOMBinaryWriter dw, int length, int numberOfBytes)
Parameters
Type Name Description
DICOMBinaryWriter dw
System.Int32 length
System.Int32 numberOfBytes
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX