Table of Contents

Networking

(NOTE) Bit-packed data stream.

Methods Properties Base Classes Derived Classes
Constructor
CanReadBoolean
CanReadDoubleInteger
CanReadDoubleIntegerQuantized
CanReadDoubleReal
CanReadDoubleRealQuantized
CanReadInteger
CanReadInteger2
CanReadInteger2Quantized
CanReadInteger3
CanReadInteger3Quantized
CanReadInteger4
CanReadInteger4Quantized
CanReadIntegerQuantized
CanReadQuaternion
CanReadReal
CanReadReal2
CanReadReal2Half
CanReadReal2Quantized
CanReadReal3
CanReadReal3Half
CanReadReal3Quantized
CanReadReal4
CanReadReal4Half
CanReadReal4Quantized
CanReadRealHalf
CanReadRealQuantized
CanReadString
Clear
ClearBitsRead
ClearBitsWritten
GetBitCapacity
GetBitsRead
GetBitsUnread
GetBitsUnwritten
GetBitsWritten
GetByteCapacity
GetBytesRead
GetBytesUnread
GetBytesUnwritten
GetBytesWritten
IsEmpty
MeasureBoolean
MeasureDoubleInteger
MeasureDoubleIntegerQuantized
MeasureDoubleReal
MeasureDoubleRealQuantized
MeasureInteger
MeasureInteger2
MeasureInteger2Quantized
MeasureInteger3
MeasureInteger3Quantized
MeasureInteger4
MeasureInteger4Quantized
MeasureIntegerQuantized
MeasureQuaternion
MeasureReal
MeasureReal2
MeasureReal2Half
MeasureReal2Quantized
MeasureReal3
MeasureReal3Half
MeasureReal3Quantized
MeasureReal4
MeasureReal4Half
MeasureReal4Quantized
MeasureRealHalf
MeasureRealQuantized
MeasureString
ReadBoolean
ReadDoubleInteger
ReadDoubleIntegerQuantized
ReadDoubleReal
ReadDoubleRealQuantized
ReadInteger
ReadInteger2
ReadInteger2Quantized
ReadInteger3
ReadInteger3Quantized
ReadInteger4
ReadInteger4Quantized
ReadIntegerQuantized
ReadQuaternion
ReadReal
ReadReal2
ReadReal2Half
ReadReal2Quantized
ReadReal3
ReadReal3Half
ReadReal3Quantized
ReadReal4
ReadReal4Half
ReadReal4Quantized
ReadRealHalf
ReadRealQuantized
ReadString
Reserve
SetBitsRead
SetBitsWritten
SetBytesRead
SetBytesWritten
Unread
WriteBoolean
WriteDoubleInteger
WriteDoubleIntegerQuantized
WriteDoubleReal
WriteDoubleRealQuantized
WriteInteger
WriteInteger2
WriteInteger2Quantized
WriteInteger3
WriteInteger3Quantized
WriteInteger4
WriteInteger4Quantized
WriteIntegerQuantized
WriteQuaternion
WriteReal
WriteReal2
WriteReal2Half
WriteReal2Quantized
WriteReal3
WriteReal3Half
WriteReal3Quantized
WriteReal4
WriteReal4Half
WriteReal4Quantized
WriteRealHalf
WriteRealQuantized
WriteString

Properties


Methods


BitStream : Void

constructor

Default Constructor. |Name|Type|Description| |---|---|---|

function BitStream()

CanReadBoolean : boolean

Name Type Description
function CanReadBoolean() : Boolean

CanReadDoubleInteger : boolean

Name Type Description
function CanReadDoubleInteger() : Boolean

CanReadDoubleIntegerQuantized : boolean

Name Type Description
doubleinteger
doubleinteger
function CanReadDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger) : Boolean

CanReadDoubleIntegerQuantized : boolean

Name Type Description
doubleinteger
doubleinteger
doubleinteger
function CanReadDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger,  : DoubleInteger) : Boolean

CanReadDoubleReal : boolean

Name Type Description
function CanReadDoubleReal() : Boolean

CanReadDoubleRealQuantized : boolean

Name Type Description
doublereal
doublereal
function CanReadDoubleRealQuantized( : DoubleReal,  : DoubleReal) : Boolean

CanReadDoubleRealQuantized : boolean

Name Type Description
doublereal
doublereal
doublereal
function CanReadDoubleRealQuantized( : DoubleReal,  : DoubleReal,  : DoubleReal) : Boolean

CanReadInteger : boolean

Name Type Description
function CanReadInteger() : Boolean

CanReadInteger2 : boolean

Name Type Description
function CanReadInteger2() : Boolean

CanReadInteger2Quantized : boolean

Name Type Description
integer2
integer2
function CanReadInteger2Quantized( : Integer2,  : Integer2) : Boolean

CanReadInteger2Quantized : boolean

Name Type Description
integer2
integer2
integer2
function CanReadInteger2Quantized( : Integer2,  : Integer2,  : Integer2) : Boolean

CanReadInteger3 : boolean

Name Type Description
function CanReadInteger3() : Boolean

CanReadInteger3Quantized : boolean

Name Type Description
integer3
integer3
function CanReadInteger3Quantized( : Integer3,  : Integer3) : Boolean

CanReadInteger3Quantized : boolean

Name Type Description
integer3
integer3
integer3
function CanReadInteger3Quantized( : Integer3,  : Integer3,  : Integer3) : Boolean

CanReadInteger4 : boolean

Name Type Description
function CanReadInteger4() : Boolean

CanReadInteger4Quantized : boolean

Name Type Description
integer4
integer4
function CanReadInteger4Quantized( : Integer4,  : Integer4) : Boolean

CanReadInteger4Quantized : boolean

Name Type Description
integer4
integer4
integer4
function CanReadInteger4Quantized( : Integer4,  : Integer4,  : Integer4) : Boolean

CanReadIntegerQuantized : boolean

Name Type Description
integer
integer
function CanReadIntegerQuantized( : Integer,  : Integer) : Boolean

CanReadIntegerQuantized : boolean

Name Type Description
integer
integer
integer
function CanReadIntegerQuantized( : Integer,  : Integer,  : Integer) : Boolean

CanReadQuaternion : boolean

Name Type Description
function CanReadQuaternion() : Boolean

CanReadReal : boolean

Name Type Description
function CanReadReal() : Boolean

CanReadReal2 : boolean

Name Type Description
function CanReadReal2() : Boolean

CanReadReal2Half : boolean

Name Type Description
function CanReadReal2Half() : Boolean

CanReadReal2Quantized : boolean

Name Type Description
real2
real2
function CanReadReal2Quantized( : Real2,  : Real2) : Boolean

CanReadReal2Quantized : boolean

Name Type Description
real2
real2
real2
function CanReadReal2Quantized( : Real2,  : Real2,  : Real2) : Boolean

CanReadReal3 : boolean

Name Type Description
function CanReadReal3() : Boolean

CanReadReal3Half : boolean

Name Type Description
function CanReadReal3Half() : Boolean

CanReadReal3Quantized : boolean

Name Type Description
real3
real3
function CanReadReal3Quantized( : Real3,  : Real3) : Boolean

CanReadReal3Quantized : boolean

Name Type Description
real3
real3
real3
function CanReadReal3Quantized( : Real3,  : Real3,  : Real3) : Boolean

CanReadReal4 : boolean

Name Type Description
function CanReadReal4() : Boolean

CanReadReal4Half : boolean

Name Type Description
function CanReadReal4Half() : Boolean

CanReadReal4Quantized : boolean

Name Type Description
real4
real4
function CanReadReal4Quantized( : Real4,  : Real4) : Boolean

CanReadReal4Quantized : boolean

Name Type Description
real4
real4
real4
function CanReadReal4Quantized( : Real4,  : Real4,  : Real4) : Boolean

CanReadRealHalf : boolean

Name Type Description
function CanReadRealHalf() : Boolean

CanReadRealQuantized : boolean

Name Type Description
real
real
function CanReadRealQuantized( : Real,  : Real) : Boolean

CanReadRealQuantized : boolean

Name Type Description
real
real
real
function CanReadRealQuantized( : Real,  : Real,  : Real) : Boolean

CanReadString : boolean

Name Type Description
function CanReadString() : Boolean

Clear : Void

Clears all data written and resets the bitstream, optionally freeing reserved memory. |Name|Type|Description| |---|---|---| |freeMemory|boolean| |

function Clear(freeMemory : Boolean)

ClearBitsRead : Void

Clears the number of bits read. |Name|Type|Description| |---|---|---|

function ClearBitsRead()

ClearBitsWritten : Void

Clears the number of bits written. |Name|Type|Description| |---|---|---|

function ClearBitsWritten()

GetBitCapacity : integer

Returns the data array capacity in bits. |Name|Type|Description| |---|---|---|

function GetBitCapacity() : Integer

GetBitsRead : integer

Returns the number of bits read. |Name|Type|Description| |---|---|---|

function GetBitsRead() : Integer

GetBitsUnread : integer

Returns the number of bits unread. |Name|Type|Description| |---|---|---|

function GetBitsUnread() : Integer

GetBitsUnwritten : integer

Returns the number of bits unwritten. |Name|Type|Description| |---|---|---|

function GetBitsUnwritten() : Integer

GetBitsWritten : integer

Returns the number of bits written. |Name|Type|Description| |---|---|---|

function GetBitsWritten() : Integer

GetByteCapacity : integer

Returns the data array capacity in bytes. |Name|Type|Description| |---|---|---|

function GetByteCapacity() : Integer

GetBytesRead : integer

Returns the number of bytes read (Rounded up, ex. 12 bits = 2 bytes) |Name|Type|Description| |---|---|---|

function GetBytesRead() : Integer

GetBytesUnread : integer

Returns the number of bytes unread (Rounded up, ex. 12 bits = 2 bytes) |Name|Type|Description| |---|---|---|

function GetBytesUnread() : Integer

GetBytesUnwritten : integer

Returns the number of bytes unwritten (Rounded up, ex. 12 bits = 2 bytes) |Name|Type|Description| |---|---|---|

function GetBytesUnwritten() : Integer

GetBytesWritten : integer

Returns the number of bytes written (Rounded up, ex. 12 bits = 2 bytes) |Name|Type|Description| |---|---|---|

function GetBytesWritten() : Integer

IsEmpty : boolean

Returns true if the BitStream is empty (0 bits written), else false. |Name|Type|Description| |---|---|---|

function IsEmpty() : Boolean

MeasureBoolean : integer

static

Name Type Description
function MeasureBoolean() : Integer

MeasureDoubleInteger : integer

static

Name Type Description
function MeasureDoubleInteger() : Integer

MeasureDoubleIntegerQuantized : integer

static

Name Type Description
doubleinteger
doubleinteger
function MeasureDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger) : Integer

MeasureDoubleIntegerQuantized : integer

static

Name Type Description
doubleinteger
doubleinteger
doubleinteger
function MeasureDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger,  : DoubleInteger) : Integer

MeasureDoubleReal : integer

static

Name Type Description
function MeasureDoubleReal() : Integer

MeasureDoubleRealQuantized : integer

static

Name Type Description
doublereal
doublereal
function MeasureDoubleRealQuantized( : DoubleReal,  : DoubleReal) : Integer

MeasureDoubleRealQuantized : integer

static

Name Type Description
doublereal
doublereal
doublereal
function MeasureDoubleRealQuantized( : DoubleReal,  : DoubleReal,  : DoubleReal) : Integer

MeasureInteger : integer

static

Name Type Description
function MeasureInteger() : Integer

MeasureInteger2 : integer

static

Name Type Description
function MeasureInteger2() : Integer

MeasureInteger2Quantized : integer

static

Name Type Description
integer2
integer2
function MeasureInteger2Quantized( : Integer2,  : Integer2) : Integer

MeasureInteger2Quantized : integer

static

Name Type Description
integer2
integer2
integer2
function MeasureInteger2Quantized( : Integer2,  : Integer2,  : Integer2) : Integer

MeasureInteger3 : integer

static

Name Type Description
function MeasureInteger3() : Integer

MeasureInteger3Quantized : integer

static

Name Type Description
integer3
integer3
function MeasureInteger3Quantized( : Integer3,  : Integer3) : Integer

MeasureInteger3Quantized : integer

static

Name Type Description
integer3
integer3
integer3
function MeasureInteger3Quantized( : Integer3,  : Integer3,  : Integer3) : Integer

MeasureInteger4 : integer

static

Name Type Description
function MeasureInteger4() : Integer

MeasureInteger4Quantized : integer

static

Name Type Description
integer4
integer4
function MeasureInteger4Quantized( : Integer4,  : Integer4) : Integer

MeasureInteger4Quantized : integer

static

Name Type Description
integer4
integer4
integer4
function MeasureInteger4Quantized( : Integer4,  : Integer4,  : Integer4) : Integer

MeasureIntegerQuantized : integer

static

Name Type Description
integer
integer
function MeasureIntegerQuantized( : Integer,  : Integer) : Integer

MeasureIntegerQuantized : integer

static

Name Type Description
integer
integer
integer
function MeasureIntegerQuantized( : Integer,  : Integer,  : Integer) : Integer

MeasureQuaternion : integer

static

Name Type Description
function MeasureQuaternion() : Integer

MeasureReal : integer

static

Name Type Description
function MeasureReal() : Integer

MeasureReal2 : integer

static

Name Type Description
function MeasureReal2() : Integer

MeasureReal2Half : integer

static

Name Type Description
function MeasureReal2Half() : Integer

MeasureReal2Quantized : integer

static

Name Type Description
real2
real2
function MeasureReal2Quantized( : Real2,  : Real2) : Integer

MeasureReal2Quantized : integer

static

Name Type Description
real2
real2
real2
function MeasureReal2Quantized( : Real2,  : Real2,  : Real2) : Integer

MeasureReal3 : integer

static

Name Type Description
function MeasureReal3() : Integer

MeasureReal3Half : integer

static

Name Type Description
function MeasureReal3Half() : Integer

MeasureReal3Quantized : integer

static

Name Type Description
real3
real3
function MeasureReal3Quantized( : Real3,  : Real3) : Integer

MeasureReal3Quantized : integer

static

Name Type Description
real3
real3
real3
function MeasureReal3Quantized( : Real3,  : Real3,  : Real3) : Integer

MeasureReal4 : integer

static

Name Type Description
function MeasureReal4() : Integer

MeasureReal4Half : integer

static

Name Type Description
function MeasureReal4Half() : Integer

MeasureReal4Quantized : integer

static

Name Type Description
real4
real4
function MeasureReal4Quantized( : Real4,  : Real4) : Integer

MeasureReal4Quantized : integer

static

Name Type Description
real4
real4
real4
function MeasureReal4Quantized( : Real4,  : Real4,  : Real4) : Integer

MeasureRealHalf : integer

static

Name Type Description
function MeasureRealHalf() : Integer

MeasureRealQuantized : integer

static

Name Type Description
real
real
function MeasureRealQuantized( : Real,  : Real) : Integer

MeasureRealQuantized : integer

static

Name Type Description
real
real
real
function MeasureRealQuantized( : Real,  : Real,  : Real) : Integer

MeasureString : integer

static

Name Type Description
function MeasureString() : Integer

MeasureString : integer

static

Name Type Description
string
function MeasureString( : String) : Integer

ReadBoolean : boolean

Name Type Description
function ReadBoolean() : Boolean

ReadDoubleInteger : doubleinteger

Name Type Description
function ReadDoubleInteger() : DoubleInteger

ReadDoubleIntegerQuantized : doubleinteger

Name Type Description
doubleinteger
doubleinteger
function ReadDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger) : DoubleInteger

ReadDoubleIntegerQuantized : doubleinteger

Name Type Description
doubleinteger
doubleinteger
doubleinteger
function ReadDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger,  : DoubleInteger) : DoubleInteger

ReadDoubleReal : doublereal

Name Type Description
function ReadDoubleReal() : DoubleReal

ReadDoubleRealQuantized : doublereal

Name Type Description
doublereal
doublereal
function ReadDoubleRealQuantized( : DoubleReal,  : DoubleReal) : DoubleReal

ReadDoubleRealQuantized : doublereal

Name Type Description
doublereal
doublereal
doublereal
function ReadDoubleRealQuantized( : DoubleReal,  : DoubleReal,  : DoubleReal) : DoubleReal

ReadInteger : integer

Name Type Description
function ReadInteger() : Integer

ReadInteger2 : integer2

Name Type Description
function ReadInteger2() : Integer2

ReadInteger2Quantized : integer2

Name Type Description
integer2
integer2
function ReadInteger2Quantized( : Integer2,  : Integer2) : Integer2

ReadInteger2Quantized : integer2

Name Type Description
integer2
integer2
integer2
function ReadInteger2Quantized( : Integer2,  : Integer2,  : Integer2) : Integer2

ReadInteger3 : integer3

Name Type Description
function ReadInteger3() : Integer3

ReadInteger3Quantized : integer3

Name Type Description
integer3
integer3
function ReadInteger3Quantized( : Integer3,  : Integer3) : Integer3

ReadInteger3Quantized : integer3

Name Type Description
integer3
integer3
integer3
function ReadInteger3Quantized( : Integer3,  : Integer3,  : Integer3) : Integer3

ReadInteger4 : integer4

Name Type Description
function ReadInteger4() : Integer4

ReadInteger4Quantized : integer4

Name Type Description
integer4
integer4
function ReadInteger4Quantized( : Integer4,  : Integer4) : Integer4

ReadInteger4Quantized : integer4

Name Type Description
integer4
integer4
integer4
function ReadInteger4Quantized( : Integer4,  : Integer4,  : Integer4) : Integer4

ReadIntegerQuantized : integer

Name Type Description
integer
integer
function ReadIntegerQuantized( : Integer,  : Integer) : Integer

ReadIntegerQuantized : integer

Name Type Description
integer
integer
integer
function ReadIntegerQuantized( : Integer,  : Integer,  : Integer) : Integer

ReadQuaternion : quaternion

Name Type Description
function ReadQuaternion() : Quaternion

ReadReal : real

Name Type Description
function ReadReal() : Real

ReadReal2 : real2

Name Type Description
function ReadReal2() : Real2

ReadReal2Half : real2

Name Type Description
function ReadReal2Half() : Real2

ReadReal2Quantized : real2

Name Type Description
real2
real2
function ReadReal2Quantized( : Real2,  : Real2) : Real2

ReadReal2Quantized : real2

Name Type Description
real2
real2
real2
function ReadReal2Quantized( : Real2,  : Real2,  : Real2) : Real2

ReadReal3 : real3

Name Type Description
function ReadReal3() : Real3

ReadReal3Half : real3

Name Type Description
function ReadReal3Half() : Real3

ReadReal3Quantized : real3

Name Type Description
real3
real3
function ReadReal3Quantized( : Real3,  : Real3) : Real3

ReadReal3Quantized : real3

Name Type Description
real3
real3
real3
function ReadReal3Quantized( : Real3,  : Real3,  : Real3) : Real3

ReadReal4 : real4

Name Type Description
function ReadReal4() : Real4

ReadReal4Half : real4

Name Type Description
function ReadReal4Half() : Real4

ReadReal4Quantized : real4

Name Type Description
real4
real4
function ReadReal4Quantized( : Real4,  : Real4) : Real4

ReadReal4Quantized : real4

Name Type Description
real4
real4
real4
function ReadReal4Quantized( : Real4,  : Real4,  : Real4) : Real4

ReadRealHalf : real

Name Type Description
function ReadRealHalf() : Real

ReadRealQuantized : real

Name Type Description
real
real
function ReadRealQuantized( : Real,  : Real) : Real

ReadRealQuantized : real

Name Type Description
real
real
real
function ReadRealQuantized( : Real,  : Real,  : Real) : Real

ReadString : string

Name Type Description
function ReadString() : String

Reserve : Void

Name Type Description
integer
function Reserve( : Integer)

SetBitsRead : Void

Name Type Description
integer
function SetBitsRead( : Integer)

SetBitsWritten : Void

Name Type Description
integer
function SetBitsWritten( : Integer)

SetBytesRead : Void

Name Type Description
integer
function SetBytesRead( : Integer)

SetBytesWritten : Void

Name Type Description
integer
function SetBytesWritten( : Integer)

Unread : Void

Name Type Description
integer
function Unread( : Integer)

WriteBoolean : Void

Name Type Description
boolean
function WriteBoolean( : Boolean)

WriteDoubleInteger : Void

Name Type Description
doubleinteger
function WriteDoubleInteger( : DoubleInteger)

WriteDoubleIntegerQuantized : Void

Name Type Description
doubleinteger
doubleinteger
doubleinteger
function WriteDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger,  : DoubleInteger)

WriteDoubleIntegerQuantized : Void

Name Type Description
doubleinteger
doubleinteger
doubleinteger
doubleinteger
function WriteDoubleIntegerQuantized( : DoubleInteger,  : DoubleInteger,  : DoubleInteger,  : DoubleInteger)

WriteDoubleReal : Void

Name Type Description
doublereal
function WriteDoubleReal( : DoubleReal)

WriteDoubleRealQuantized : Void

Name Type Description
doublereal
doublereal
doublereal
function WriteDoubleRealQuantized( : DoubleReal,  : DoubleReal,  : DoubleReal)

WriteDoubleRealQuantized : Void

Name Type Description
doublereal
doublereal
doublereal
doublereal
function WriteDoubleRealQuantized( : DoubleReal,  : DoubleReal,  : DoubleReal,  : DoubleReal)

WriteInteger : Void

Name Type Description
integer
function WriteInteger( : Integer)

WriteInteger2 : Void

Name Type Description
integer2
function WriteInteger2( : Integer2)

WriteInteger2Quantized : Void

Name Type Description
integer2
integer2
integer2
function WriteInteger2Quantized( : Integer2,  : Integer2,  : Integer2)

WriteInteger2Quantized : Void

Name Type Description
integer2
integer2
integer2
integer2
function WriteInteger2Quantized( : Integer2,  : Integer2,  : Integer2,  : Integer2)

WriteInteger3 : Void

Name Type Description
integer3
function WriteInteger3( : Integer3)

WriteInteger3Quantized : Void

Name Type Description
integer3
integer3
integer3
function WriteInteger3Quantized( : Integer3,  : Integer3,  : Integer3)

WriteInteger3Quantized : Void

Name Type Description
integer3
integer3
integer3
integer3
function WriteInteger3Quantized( : Integer3,  : Integer3,  : Integer3,  : Integer3)

WriteInteger4 : Void

Name Type Description
integer4
function WriteInteger4( : Integer4)

WriteInteger4Quantized : Void

Name Type Description
integer4
integer4
integer4
function WriteInteger4Quantized( : Integer4,  : Integer4,  : Integer4)

WriteInteger4Quantized : Void

Name Type Description
integer4
integer4
integer4
integer4
function WriteInteger4Quantized( : Integer4,  : Integer4,  : Integer4,  : Integer4)

WriteIntegerQuantized : Void

Name Type Description
integer
integer
integer
function WriteIntegerQuantized( : Integer,  : Integer,  : Integer)

WriteIntegerQuantized : Void

Name Type Description
integer
integer
integer
integer
function WriteIntegerQuantized( : Integer,  : Integer,  : Integer,  : Integer)

WriteQuaternion : Void

Name Type Description
quaternion
function WriteQuaternion( : Quaternion)

WriteReal : Void

Name Type Description
real
function WriteReal( : Real)

WriteReal2 : Void

Name Type Description
real2
function WriteReal2( : Real2)

WriteReal2Half : Void

Name Type Description
real2
function WriteReal2Half( : Real2)

WriteReal2Quantized : Void

Name Type Description
real2
real2
real2
function WriteReal2Quantized( : Real2,  : Real2,  : Real2)

WriteReal2Quantized : Void

Name Type Description
real2
real2
real2
real2
function WriteReal2Quantized( : Real2,  : Real2,  : Real2,  : Real2)

WriteReal3 : Void

Name Type Description
real3
function WriteReal3( : Real3)

WriteReal3Half : Void

Name Type Description
real3
function WriteReal3Half( : Real3)

WriteReal3Quantized : Void

Name Type Description
real3
real3
real3
function WriteReal3Quantized( : Real3,  : Real3,  : Real3)

WriteReal3Quantized : Void

Name Type Description
real3
real3
real3
real3
function WriteReal3Quantized( : Real3,  : Real3,  : Real3,  : Real3)

WriteReal4 : Void

Name Type Description
real4
function WriteReal4( : Real4)

WriteReal4Half : Void

Name Type Description
real4
function WriteReal4Half( : Real4)

WriteReal4Quantized : Void

Name Type Description
real4
real4
real4
function WriteReal4Quantized( : Real4,  : Real4,  : Real4)

WriteReal4Quantized : Void

Name Type Description
real4
real4
real4
real4
function WriteReal4Quantized( : Real4,  : Real4,  : Real4,  : Real4)

WriteRealHalf : Void

Name Type Description
real
function WriteRealHalf( : Real)

WriteRealQuantized : Void

Name Type Description
real
real
real
function WriteRealQuantized( : Real,  : Real,  : Real)

WriteRealQuantized : Void

Name Type Description
real
real
real
real
function WriteRealQuantized( : Real,  : Real,  : Real,  : Real)

WriteString : Void

Name Type Description
string
function WriteString( : String)