Class BigEndianExtensions
Inheritance
System.Object
BigEndianExtensions
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: FixAntenna.Core.FixEngine.Storage.File
Assembly: FixAntenna.Core.dll
Syntax
public static class BigEndianExtensions
Methods
ReadIntBe(UnmanagedMemoryAccessor, Int64)
Declaration
public static int ReadIntBe(this UnmanagedMemoryAccessor accessor, long position)
Parameters
Type | Name | Description |
---|---|---|
System. |
accessor | |
System. |
position |
Returns
Type | Description |
---|---|
System. |
ReadLongBe(UnmanagedMemoryAccessor, Int64)
Declaration
public static long ReadLongBe(this UnmanagedMemoryAccessor accessor, long position)
Parameters
Type | Name | Description |
---|---|---|
System. |
accessor | |
System. |
position |
Returns
Type | Description |
---|---|
System. |
WriteIntBe(UnmanagedMemoryAccessor, Int64, Int32)
Declaration
public static void WriteIntBe(this UnmanagedMemoryAccessor accessor, long position, int value)
Parameters
Type | Name | Description |
---|---|---|
System. |
accessor | |
System. |
position | |
System. |
value |
WriteLongBe(UnmanagedMemoryAccessor, Int64, Int64)
Declaration
public static void WriteLongBe(this UnmanagedMemoryAccessor accessor, long position, long value)
Parameters
Type | Name | Description |
---|---|---|
System. |
accessor | |
System. |
position | |
System. |
value |