View Source
Class LittleEndianWriter
Inheritance
System.Object
LittleEndianWriter
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.Data
Assembly:EvilDICOM.dll
Syntax
public class LittleEndianWriter
Methods
View Source
WriteDoublePrecision(DICOMData<Double>)
Declaration
public static byte[] WriteDoublePrecision(DICOMData<double> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.Double> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteDoublePrecisionSingle(Double)
Declaration
public static byte[] WriteDoublePrecisionSingle(double data)
Parameters
| Type |
Name |
Description |
| System.Double |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedLong(DICOMData<Int32>)
Declaration
public static byte[] WriteSignedLong(DICOMData<int> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.Int32> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedLongSingle(Int32)
Declaration
public static byte[] WriteSignedLongSingle(int data)
Parameters
| Type |
Name |
Description |
| System.Int32 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedShort(DICOMData<Int16>)
Declaration
public static byte[] WriteSignedShort(DICOMData<short> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.Int16> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedShortSingle(Int16)
Declaration
public static byte[] WriteSignedShortSingle(short data)
Parameters
| Type |
Name |
Description |
| System.Int16 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedVeryLong(DICOMData<Int64>)
Declaration
public static byte[] WriteSignedVeryLong(DICOMData<long> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.Int64> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSignedVeryLongSingle(Int64)
Declaration
public static byte[] WriteSignedVeryLongSingle(long data)
Parameters
| Type |
Name |
Description |
| System.Int64 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSinglePrecision(DICOMData<Single>)
Declaration
public static byte[] WriteSinglePrecision(DICOMData<float> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.Single> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteSinglePrecisionSingle(Single)
Declaration
public static byte[] WriteSinglePrecisionSingle(float data)
Parameters
| Type |
Name |
Description |
| System.Single |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteTag(DICOMData<Tag>)
Declaration
public static byte[] WriteTag(DICOMData<Tag> data)
Parameters
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteTagSingle(Tag)
Declaration
public static byte[] WriteTagSingle(Tag tag)
Parameters
| Type |
Name |
Description |
| Tag |
tag |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedLong(DICOMData<UInt32>)
Declaration
public static byte[] WriteUnsignedLong(DICOMData<uint> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.UInt32> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedLongSingle(UInt32)
Declaration
public static byte[] WriteUnsignedLongSingle(uint data)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedShort(DICOMData<UInt16>)
Declaration
public static byte[] WriteUnsignedShort(DICOMData<ushort> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.UInt16> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedShortSingle(UInt16)
Declaration
public static byte[] WriteUnsignedShortSingle(ushort data)
Parameters
| Type |
Name |
Description |
| System.UInt16 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedVeryLong(DICOMData<UInt64>)
Declaration
public static byte[] WriteUnsignedVeryLong(DICOMData<ulong> data)
Parameters
| Type |
Name |
Description |
| DICOMData<System.UInt64> |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|
View Source
WriteUnsignedVeryLongSingle(UInt64)
Declaration
public static byte[] WriteUnsignedVeryLongSingle(ulong data)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
data |
|
Returns
| Type |
Description |
| System.Byte[] |
|