Named parameters for Titanium.Codec.encodeString.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Character encoding to use when encoding this string to bytes.
This API can be assigned the following constants:
Default: Titanium.Codec.CHARSET_UTF8
Index in the dest
buffer of the first byte of the encoded string.
Default: 0
Number of characters in source
to encode.
Default: The length of `source`
Position in source
to start encoding.
Default: 0