Writes input to buffer.
input
buffer
@override void pack(final BufferWriter buffer, final String input) { assertEncodedMaxLength(input, encoding, byteLength); buffer.setString(input, encoding); }