Implements an output range that appends data to a buffer.
Converts short value into bytes and appends it to the managed array.
Converts int value into bytes and appends it to the managed array.
Appends byte to the managed array.
Converts float value into bytes and appends it to the managed array.
See Source File
Implements an output range that appends data to a buffer.