-
• #2
Use
jsvArrayBufferIteratorGetIntegerValue
- the Byte write was (I believe) a special case because the writing of a byte is easier - but for reading there wasn't as much of a difference so I left something more general purpose. You can still do:jsvArrayBufferIteratorSetByteValue(&itDeĀstination, (char)jsvArrayBufferIteratorGetIntegerValue(&itSource))
-
• #3
Great,this works perfect.
To set a byte value in an Arraybuffer jsvArrayBufferIteratorSetByteValue(&it,value) is very helpful.
Is there an similar function to read a byte value using iterator ?
What I would like to do is something like this: