put
Add a boolean
to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A boolean
to put into the buffer.
Add a UByte to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A UByte to put into the buffer.
Add a Byte to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A Byte to put into the buffer.
Add a UShort to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A UShort to put into the buffer.
Add a Short to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A Short to put into the buffer.
Add an UInt to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
An UInt to put into the buffer.
Add an Int to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
An Int to put into the buffer.
Add a ULong to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A ULong to put into the buffer.
Add a Long to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A Long to put into the buffer.
Add a Float to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A Float to put into the buffer.
Add a Double to the buffer, backwards from the current location. Doesn't align nor check for space.
Parameters
A Double to put into the buffer.