BinaryWriter
Overview
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Island, Toffee, ToffeeV2
constructor
constructor withBinary(aBinary: Binary)
BinaryWriter withBinary(Binary aBinary)
init(withBinary aBinary: Binary)
Sub New withBinary(aBinary As Binary)
Parameters:
- aBinary:
Endianess
property Endianess: Endianess read write;
Endianess Endianess { get; set; }
var Endianess: Endianess { get{} set{} }
Property Endianess() As Endianess
WriteByteArray
method WriteByteArray(aArray: array of Byte)
void WriteByteArray(Byte[] aArray)
func WriteByteArray(_ aArray: Byte...)
Sub WriteByteArray(aArray As Byte())
Parameters:
- aArray:
WriteDouble
method WriteDouble(value: Double)
void WriteDouble(Double value)
func WriteDouble(_ value: Double)
Sub WriteDouble(value As Double)
Parameters:
- value:
WriteDoubleBE
method WriteDoubleBE(value: Double)
void WriteDoubleBE(Double value)
func WriteDoubleBE(_ value: Double)
Sub WriteDoubleBE(value As Double)
Parameters:
- value:
WriteDoubleLE
method WriteDoubleLE(value: Double)
void WriteDoubleLE(Double value)
func WriteDoubleLE(_ value: Double)
Sub WriteDoubleLE(value As Double)
Parameters:
- value:
WriteGuid
method WriteGuid(value: Guid)
void WriteGuid(Guid value)
func WriteGuid(_ value: Guid)
Sub WriteGuid(value As Guid)
Parameters:
- value:
WriteInt16
method WriteInt16(value: Int16)
void WriteInt16(Int16 value)
func WriteInt16(_ value: Int16)
Sub WriteInt16(value As Int16)
Parameters:
- value:
WriteInt32
method WriteInt32(value: Int32)
void WriteInt32(Int32 value)
func WriteInt32(_ value: Int32)
Sub WriteInt32(value As Int32)
Parameters:
- value:
WriteInt64
method WriteInt64(value: Int64)
void WriteInt64(Int64 value)
func WriteInt64(_ value: Int64)
Sub WriteInt64(value As Int64)
Parameters:
- value:
WriteSingle
method WriteSingle(value: Single)
void WriteSingle(Single value)
func WriteSingle(_ value: Single)
Sub WriteSingle(value As Single)
Parameters:
- value:
WriteSingleBE
method WriteSingleBE(value: Single)
void WriteSingleBE(Single value)
func WriteSingleBE(_ value: Single)
Sub WriteSingleBE(value As Single)
Parameters:
- value:
WriteSingleLE
method WriteSingleLE(value: Single)
void WriteSingleLE(Single value)
func WriteSingleLE(_ value: Single)
Sub WriteSingleLE(value As Single)
Parameters:
- value:
WriteUInt16
method WriteUInt16(value: UInt16)
void WriteUInt16(UInt16 value)
func WriteUInt16(_ value: UInt16)
Sub WriteUInt16(value As UInt16)
Parameters:
- value:
WriteUInt32
method WriteUInt32(value: UInt32)
void WriteUInt32(UInt32 value)
func WriteUInt32(_ value: UInt32)
Sub WriteUInt32(value As UInt32)
Parameters:
- value:
WriteUInt64
method WriteUInt64(value: UInt64)
void WriteUInt64(UInt64 value)
func WriteUInt64(_ value: UInt64)
Sub WriteUInt64(value As UInt64)
Parameters:
- value:
WriteUInt8
method WriteUInt8(value: Byte)
void WriteUInt8(Byte value)
func WriteUInt8(_ value: Byte)
Sub WriteUInt8(value As Byte)
Parameters:
- value:
Endianess
constructor
constructor withBinary(aBinary: Binary)
BinaryWriter withBinary(Binary aBinary)
init(withBinary aBinary: Binary)
Sub New withBinary(aBinary As Binary)
Parameters:
- aBinary:
WriteByteArray
method WriteByteArray(aArray: array of Byte)
void WriteByteArray(Byte[] aArray)
func WriteByteArray(_ aArray: Byte...)
Sub WriteByteArray(aArray As Byte())
Parameters:
- aArray:
WriteDouble
method WriteDouble(value: Double)
void WriteDouble(Double value)
func WriteDouble(_ value: Double)
Sub WriteDouble(value As Double)
Parameters:
- value:
WriteDoubleBE
method WriteDoubleBE(value: Double)
void WriteDoubleBE(Double value)
func WriteDoubleBE(_ value: Double)
Sub WriteDoubleBE(value As Double)
Parameters:
- value:
WriteDoubleLE
method WriteDoubleLE(value: Double)
void WriteDoubleLE(Double value)
func WriteDoubleLE(_ value: Double)
Sub WriteDoubleLE(value As Double)
Parameters:
- value:
WriteGuid
method WriteGuid(value: Guid)
void WriteGuid(Guid value)
func WriteGuid(_ value: Guid)
Sub WriteGuid(value As Guid)
Parameters:
- value:
WriteInt16
method WriteInt16(value: Int16)
void WriteInt16(Int16 value)
func WriteInt16(_ value: Int16)
Sub WriteInt16(value As Int16)
Parameters:
- value:
WriteInt32
method WriteInt32(value: Int32)
void WriteInt32(Int32 value)
func WriteInt32(_ value: Int32)
Sub WriteInt32(value As Int32)
Parameters:
- value:
WriteInt64
method WriteInt64(value: Int64)
void WriteInt64(Int64 value)
func WriteInt64(_ value: Int64)
Sub WriteInt64(value As Int64)
Parameters:
- value:
WriteSingle
method WriteSingle(value: Single)
void WriteSingle(Single value)
func WriteSingle(_ value: Single)
Sub WriteSingle(value As Single)
Parameters:
- value:
WriteSingleBE
method WriteSingleBE(value: Single)
void WriteSingleBE(Single value)
func WriteSingleBE(_ value: Single)
Sub WriteSingleBE(value As Single)
Parameters:
- value:
WriteSingleLE
method WriteSingleLE(value: Single)
void WriteSingleLE(Single value)
func WriteSingleLE(_ value: Single)
Sub WriteSingleLE(value As Single)
Parameters:
- value:
WriteUInt16
method WriteUInt16(value: UInt16)
void WriteUInt16(UInt16 value)
func WriteUInt16(_ value: UInt16)
Sub WriteUInt16(value As UInt16)
Parameters:
- value:
WriteUInt32
method WriteUInt32(value: UInt32)
void WriteUInt32(UInt32 value)
func WriteUInt32(_ value: UInt32)
Sub WriteUInt32(value As UInt32)
Parameters:
- value:
WriteUInt64
method WriteUInt64(value: UInt64)
void WriteUInt64(UInt64 value)
func WriteUInt64(_ value: UInt64)
Sub WriteUInt64(value As UInt64)
Parameters:
- value:
WriteUInt8
method WriteUInt8(value: Byte)
void WriteUInt8(Byte value)
func WriteUInt8(_ value: Byte)
Sub WriteUInt8(value As Byte)
Parameters:
- value: