go
ByteWriter.putInt8
gst
base
ByteWriter
ByteWriter
Writes a signed 8 bit integer to
writer
.
class
ByteWriter
bool
putInt8
(
byte
val
)
Parameters
val
byte
Value 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 a signed 8 bit integer to writer.