go
ByteWriter.putData
gst
base
ByteWriter
ByteWriter
Writes
size
bytes of
data
to
writer
.
class
ByteWriter
bool
putData
(
ubyte
[]
data
)
Parameters
data
ubyte
[]
Data to write
Return Value
Type:
bool
TRUE
if the value could be written
gst
base
ByteWriter
ByteWriter
constructors
this
functions
ensureFreeSpace
fill
free
freeAndGetBuffer
freeAndGetData
getByteWriterStruct
getRemaining
getStruct
init
initWithData
initWithSize
putBuffer
putData
putFloat32Be
putFloat32Le
putFloat64Be
putFloat64Le
putInt16Be
putInt16Le
putInt24Be
putInt24Le
putInt32Be
putInt32Le
putInt64Be
putInt64Le
putInt8
putStringUtf16
putStringUtf32
putStringUtf8
putUint16Be
putUint16Le
putUint24Be
putUint24Le
putUint32Be
putUint32Le
putUint64Be
putUint64Le
putUint8
reset
resetAndGetBuffer
resetAndGetData
variables
gstByteWriter
Writes size bytes of data to writer.