Show / Hide Table of Contents
View Source

Class LittleEndianReader

Inheritance
System.Object
AbstractBinaryDataReader
LittleEndianReader
Inherited Members
AbstractBinaryDataReader.ReadTag(Byte[], Func<Byte[], Tag>)
AbstractBinaryDataReader.ReadSinglePrecision(Byte[], Func<Byte[], Single>)
AbstractBinaryDataReader.ReadDoublePrecision(Byte[], Func<Byte[], Double>)
AbstractBinaryDataReader.ReadSignedLong(Byte[], Func<Byte[], Int32>)
AbstractBinaryDataReader.ReadSignedVeryLong(Byte[], Func<Byte[], Int64>)
AbstractBinaryDataReader.ReadUnsignedLong(Byte[], Func<Byte[], UInt32>)
AbstractBinaryDataReader.ReadUnsignedVeryLong(Byte[], Func<Byte[], UInt64>)
AbstractBinaryDataReader.ReadSignedShort(Byte[], Func<Byte[], Int16>)
AbstractBinaryDataReader.ReadUnsignedShort(Byte[], Func<Byte[], UInt16>)
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 LittleEndianReader : AbstractBinaryDataReader

Methods

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
Type Description
Tag
View Source

ReadTagSingle(Byte[])

Declaration
public static Tag ReadTagSingle(byte[] data)
Parameters
Type Name Description
System.Byte[] data
Returns
Type Description
Tag
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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX