Class TagReader
Inheritance
System.Object
TagReader
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.Reading
Assembly:EvilDICOM.dll
Syntax
public class TagReader
Methods
View SourceReadBigEndian(DICOMBinaryReader)
Declaration
public static Tag ReadBigEndian(DICOMBinaryReader dr)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMBinaryReader | dr |
Returns
| Type | Description |
|---|---|
| Tag |
ReadBigEndian(Byte[])
Declaration
public static Tag ReadBigEndian(byte[] tagBE)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | tagBE |
Returns
| Type | Description |
|---|---|
| Tag |
ReadLittleEndian(DICOMBinaryReader)
Declaration
public static Tag ReadLittleEndian(DICOMBinaryReader dr)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMBinaryReader | dr |
Returns
| Type | Description |
|---|---|
| Tag |
ReadLittleEndian(Byte[])
Declaration
public static Tag ReadLittleEndian(byte[] tagLE)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | tagLE |
Returns
| Type | Description |
|---|---|
| Tag |