EncodeStringDict

Named parameters for Titanium.Codec.encodeString.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

EncodeStringDict
: String
Character encoding to use when encoding this string to bytes. ...
EncodeStringDict
dest : Titanium.Buffer

Destination buffer.

Destination buffer.

EncodeStringDict
: Number
Index in the dest buffer of the first byte of the encoded string. ...

Index in the dest buffer of the first byte of the encoded string.

Default: 0

EncodeStringDict
source : String

Source string to encode.

Source string to encode.

EncodeStringDict
: Number
Number of characters in source to encode. ...

Number of characters in source to encode.

Default: The length of `source`

EncodeStringDict
: Number
Position in source to start encoding. ...

Position in source to start encoding.

Default: 0