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.IO.UnmanagedMemoryAccessor | accessor | |
System.Int64 | position |
Returns
Type | Description |
---|---|
System.Int32 |
ReadLongBe(UnmanagedMemoryAccessor, Int64)
Declaration
public static long ReadLongBe(this UnmanagedMemoryAccessor accessor, long position)
Parameters
Type | Name | Description |
---|---|---|
System.IO.UnmanagedMemoryAccessor | accessor | |
System.Int64 | position |
Returns
Type | Description |
---|---|
System.Int64 |
WriteIntBe(UnmanagedMemoryAccessor, Int64, Int32)
Declaration
public static void WriteIntBe(this UnmanagedMemoryAccessor accessor, long position, int value)
Parameters
Type | Name | Description |
---|---|---|
System.IO.UnmanagedMemoryAccessor | accessor | |
System.Int64 | position | |
System.Int32 | value |
WriteLongBe(UnmanagedMemoryAccessor, Int64, Int64)
Declaration
public static void WriteLongBe(this UnmanagedMemoryAccessor accessor, long position, long value)
Parameters
Type | Name | Description |
---|---|---|
System.IO.UnmanagedMemoryAccessor | accessor | |
System.Int64 | position | |
System.Int64 | value |