View Source
Class BigEndianReader
Inheritance
System.Object
BigEndianReader
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 BigEndianReader : AbstractBinaryDataReader
Methods
View Source
AttributeTag(Tag, Byte[])
Declaration
public static AttributeTag AttributeTag(Tag tag, byte[] data)
Parameters
| Type |
Name |
Description |
| Tag |
tag |
|
| System.Byte[] |
data |
|
Returns
View Source
ReadDoublePrecision(Byte[])
Declaration
public static double[] ReadDoublePrecision(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Double[] |
|
View Source
ReadDoublePrecisionSingle(Byte[])
Declaration
public static double ReadDoublePrecisionSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Double |
|
View Source
ReadSignedLong(Byte[])
Declaration
public static int[] ReadSignedLong(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int32[] |
|
View Source
ReadSignedLongSingle(Byte[])
Declaration
public static int ReadSignedLongSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int32 |
|
View Source
ReadSignedShort(Byte[])
Declaration
public static short[] ReadSignedShort(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int16[] |
|
View Source
ReadSignedShortSingle(Byte[])
Declaration
public static short ReadSignedShortSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int16 |
|
View Source
ReadSignedVeryLong(Byte[])
Declaration
public static long[] ReadSignedVeryLong(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int64[] |
|
View Source
ReadSignedVeryLongSingle(Byte[])
Declaration
public static long ReadSignedVeryLongSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Int64 |
|
View Source
ReadSinglePrecision(Byte[])
Declaration
public static float[] ReadSinglePrecision(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Single[] |
|
View Source
ReadSinglePrecisionSingle(Byte[])
Declaration
public static float ReadSinglePrecisionSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.Single |
|
View Source
ReadTag(Byte[])
Declaration
public static Tag ReadTag(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
View Source
ReadTagSingle(Byte[])
Declaration
public static Tag ReadTagSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
View Source
ReadUnsignedLong(Byte[])
Declaration
public static uint[] ReadUnsignedLong(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt32[] |
|
View Source
ReadUnsignedLongSingle(Byte[])
Declaration
public static uint ReadUnsignedLongSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt32 |
|
View Source
ReadUnsignedShort(Byte[])
Declaration
public static ushort[] ReadUnsignedShort(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt16[] |
|
View Source
ReadUnsignedShortSingle(Byte[])
Declaration
public static ushort ReadUnsignedShortSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt16 |
|
View Source
ReadUnsignedVeryLong(Byte[])
Declaration
public static ulong[] ReadUnsignedVeryLong(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt64[] |
|
View Source
ReadUnsignedVeryLongSingle(Byte[])
Declaration
public static ulong ReadUnsignedVeryLongSingle(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
| Type |
Description |
| System.UInt64 |
|