BufferWriter Class |
Namespace: Demo3D.IO
public sealed class BufferWriter : IDataWriter, IOffsetDataWriter
The BufferWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferWriter |
Creates a BufferWriter that will create a new Buffer with the data written into it.
The new Buffer will expand to accomodate the data written.
| |
| BufferWriter(Buffer) |
Creates a BufferWriter that will write data into the Buffer provided.
|
| Name | Description | |
|---|---|---|
| IsFixed |
Returns true if this is a fixed size data source.
| |
| Length |
Returns the current length of the data.
| |
| Position |
Returns the current position in the data.
| |
| Remaining |
Returns the remaining space available. (Always 0 for an expandable buffer.)
|
| Name | Description | |
|---|---|---|
| Advance |
Advances the current packet position.
| |
| Resolve |
Resolve this writer into a data buffer.
| |
| WriteBit(Boolean, Int32) |
Writes a bit at the current position in the buffer.
| |
| WriteBit(Int32, Boolean, Int32) |
Writes a bit at offset in the buffer.
| |
| WriteBoolean(Boolean) |
Writes a boolean at the current position in the buffer.
| |
| WriteBoolean(Int32, Boolean) |
Writes a boolean at offset in the buffer.
| |
| WriteByte(Byte) |
Writes a byte at the current position in the buffer.
| |
| WriteByte(Int32, Byte) |
Writes a byte at offset in the buffer.
| |
| WriteBytes(Byte) |
Writes a bytes at the current position in the buffer.
| |
| WriteBytes(Buffer) |
Writes a bytes at the current position in the buffer.
| |
| WriteBytes(Int32, Buffer) |
Writes a bytes at offset in the packet.
| |
| WriteBytes(Int32, Byte) |
Writes a bytes at offset in the packet.
| |
| WriteChar(Char) |
Writes an 8bit character at the current position in the buffer.
| |
| WriteChar(Int32, Char) |
Writes an 8bit character at offset in the buffer.
| |
| WriteDouble(Double, Endian) |
Writes a double floating point number at the current position in the buffer.
| |
| WriteDouble(Int32, Double, Endian) |
Writes a double floating point number at offset in the buffer.
| |
| WriteDoubleBE(Double) |
Writes a double floating point number at the current position in the buffer.
| |
| WriteDoubleBE(Int32, Double) |
Writes a double floating point number at offset in the buffer.
| |
| WriteDoubleLE(Double) |
Writes a double floating point number at the current position in the buffer.
| |
| WriteDoubleLE(Int32, Double) |
Writes a double floating point number at offset in the buffer.
| |
| WriteInt16(Int16, Endian) |
Writes a 16bit signed integer at the current position in the buffer.
| |
| WriteInt16(Int32, Int16, Endian) |
Writes a 16bit signed integer at offset in the buffer.
| |
| WriteInt16BE(Int16) |
Writes a 16bit signed integer at the current position in the buffer.
| |
| WriteInt16BE(Int32, Int16) |
Writes a 16bit signed integer at offset in the buffer.
| |
| WriteInt16LE(Int16) |
Writes a 16bit signed integer at the current position in the buffer.
| |
| WriteInt16LE(Int32, Int16) |
Writes a 16bit signed integer at offset in the buffer.
| |
| WriteInt32(Int32, Endian) |
Writes a 32bit signed integer at the current position in the buffer.
| |
| WriteInt32(Int32, Int32, Endian) |
Writes a 32bit signed integer at offset in the buffer.
| |
| WriteInt32BE(Int32) |
Writes a 32bit signed integer at the current position in the buffer.
| |
| WriteInt32BE(Int32, Int32) |
Writes a 32bit signed integer at offset in the buffer.
| |
| WriteInt32LE(Int32) |
Writes a 32bit signed integer at the current position in the buffer.
| |
| WriteInt32LE(Int32, Int32) |
Writes a 32bit signed integer at offset in the buffer.
| |
| WriteInt64(Int64, Endian) |
Writes a 64bit signed integer at the current position in the buffer.
| |
| WriteInt64(Int32, Int64, Endian) |
Writes a 64bit signed integer at offset in the buffer.
| |
| WriteInt64BE(Int64) |
Writes a 64bit signed integer at the current position in the buffer.
| |
| WriteInt64BE(Int32, Int64) |
Writes a 64bit signed integer at offset in the buffer.
| |
| WriteInt64LE(Int64) |
Writes a 64bit signed integer at the current position in the buffer.
| |
| WriteInt64LE(Int32, Int64) |
Writes a 64bit signed integer at offset in the buffer.
| |
| WriteSByte(SByte) |
Writes a signed byte at the current position in the buffer.
| |
| WriteSByte(Int32, SByte) |
Writes a signed byte at offset in the buffer.
| |
| WriteSingle(Single, Endian) |
Writes a single floating point number at the current position in the buffer.
| |
| WriteSingle(Int32, Single, Endian) |
Writes a single floating point number at offset in the buffer.
| |
| WriteSingleBE(Single) |
Writes a single floating point number at the current position in the buffer.
| |
| WriteSingleBE(Int32, Single) |
Writes a single floating point number at offset in the buffer.
| |
| WriteSingleLE(Single) |
Writes a single floating point number at the current position in the buffer.
| |
| WriteSingleLE(Int32, Single) |
Writes a single floating point number at offset in the buffer.
| |
| WriteString(BinaryString, BinaryTextEncoding) |
Writes a string at the current position in the buffer.
| |
| WriteString(Int32, BinaryString, BinaryTextEncoding) |
Writes a string at offset in the buffer.
| |
| WriteUInt16(UInt16, Endian) |
Writes a 16bit unsigned integer at the current position in the buffer.
| |
| WriteUInt16(Int32, UInt16, Endian) |
Writes a 16bit unsigned integer at offset in the buffer.
| |
| WriteUInt16BE(UInt16) |
Writes a 16bit unsigned integer at the current position in the buffer.
| |
| WriteUInt16BE(Int32, UInt16) |
Writes a 16bit unsigned integer at offset in the buffer.
| |
| WriteUInt16LE(UInt16) |
Writes a 16bit unsigned integer at the current position in the buffer.
| |
| WriteUInt16LE(Int32, UInt16) |
Writes a 16bit unsigned integer at offset in the buffer.
| |
| WriteUInt32(UInt32, Endian) |
Writes a 32bit unsigned integer at the current position in the buffer.
| |
| WriteUInt32(Int32, UInt32, Endian) |
Writes a 32bit unsigned integer at offset in the buffer.
| |
| WriteUInt32BE(UInt32) |
Writes a 32bit unsigned integer at the current position in the buffer.
| |
| WriteUInt32BE(Int32, UInt32) |
Writes a 32bit unsigned integer at offset in the buffer.
| |
| WriteUInt32LE(UInt32) |
Writes a 32bit unsigned integer at the current position in the buffer.
| |
| WriteUInt32LE(Int32, UInt32) |
Writes a 32bit unsigned integer at offset in the buffer.
| |
| WriteUInt64(UInt64, Endian) |
Writes a 64bit unsigned integer at the current position in the buffer.
| |
| WriteUInt64(Int32, UInt64, Endian) |
Writes a 64bit unsigned integer at offset in the buffer.
| |
| WriteUInt64BE(UInt64) |
Writes a 64bit unsigned integer at the current position in the buffer.
| |
| WriteUInt64BE(Int32, UInt64) |
Writes a 64bit unsigned integer at offset in the buffer.
| |
| WriteUInt64LE(UInt64) |
Writes a 64bit unsigned integer at the current position in the buffer.
| |
| WriteUInt64LE(Int32, UInt64) |
Writes a 64bit unsigned integer at offset in the buffer.
|
| Name | Description | |
|---|---|---|
| WriteAsBit(Object, Int32) | Overloaded.
Writes a bit at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Boolean).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by DataWriter.) | |
| WriteAsBit(Int32, Object, Int32) | Overloaded.
Writes a bit at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Boolean).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by OffsetDataWriter.) | |
| WriteAsBoolean(Object) | Overloaded.
Writes a boolean at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Boolean).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by DataWriter.) | |
| WriteAsBoolean(Int32, Object) | Overloaded.
Writes a boolean at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Boolean).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by OffsetDataWriter.) | |
| WriteAsByte(Object) | Overloaded.
Writes a byte at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Byte).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by DataWriter.) | |
| WriteAsByte(Int32, Object) | Overloaded.
Writes a byte at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Byte).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by OffsetDataWriter.) | |
| WriteAsChar(Object) | Overloaded.
Writes a character at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Char).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by DataWriter.) | |
| WriteAsChar(Int32, Object) | Overloaded.
Writes a character at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Char).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by OffsetDataWriter.) | |
| WriteAsDouble(Object, Endian) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsDouble(Int32, Object, Endian) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsDoubleBE(Object) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsDoubleBE(Int32, Object) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsDoubleLE(Object) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsDoubleLE(Int32, Object) | Overloaded.
Writes a 64bit double floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Double).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt16(Object, Endian) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsInt16(Int32, Object, Endian) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt16BE(Object) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsInt16BE(Int32, Object) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt16LE(Object) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsInt16LE(Int32, Object) | Overloaded.
Writes a 16bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt32(Object, Endian) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsInt32(Int32, Object, Endian) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt32BE(Object) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsInt32BE(Int32, Object) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt32LE(Object) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsInt32LE(Int32, Object) | Overloaded.
Writes a 32bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt64(Object, Endian) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsInt64(Int32, Object, Endian) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt64BE(Object) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsInt64BE(Int32, Object) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsInt64LE(Object) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsInt64LE(Int32, Object) | Overloaded.
Writes a 64bit signed integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Int64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsSByte(Object) | Overloaded.
Writes a signed byte at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.SByte).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by DataWriter.) | |
| WriteAsSByte(Int32, Object) | Overloaded.
Writes a signed byte at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.SByte).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 1 byte.
(Defined by OffsetDataWriter.) | |
| WriteAsSingle(Object, Endian) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsSingle(Int32, Object, Endian) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsSingleBE(Object) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsSingleBE(Int32, Object) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsSingleLE(Object) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsSingleLE(Int32, Object) | Overloaded.
Writes a 32bit single floating point number at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.Single).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsString(Object, BinaryTextEncoding) | Overloaded.
Writes a string at the current position in the packet packet.
The current position is advanced by the number of bytes written.
(Defined by DataWriter.) | |
| WriteAsString(Int32, Object) | Overloaded.
Writes a string at the current position in the packet packet.
The current position is advanced by the number of bytes written.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt16(Object, Endian) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt16(Int32, Object, Endian) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt16BE(Object) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt16BE(Int32, Object) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt16LE(Object) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt16LE(Int32, Object) | Overloaded.
Writes a 16bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt16).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 2 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt32(Object, Endian) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt32(Int32, Object, Endian) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt32BE(Object) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt32BE(Int32, Object) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt32LE(Object) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt32LE(Int32, Object) | Overloaded.
Writes a 32bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 4 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt64(Object, Endian) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt64(Int32, Object, Endian) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt64BE(Object) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt64BE(Int32, Object) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) | |
| WriteAsUInt64LE(Object) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by DataWriter.) | |
| WriteAsUInt64LE(Int32, Object) | Overloaded.
Writes a 64bit unsigned integer at the current position in the packet packet.
The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64).
ChangeType(Object, Type, BinaryConvertConversionType)
The current position is advanced by 8 bytes.
(Defined by OffsetDataWriter.) |