Variable UTF16LEDecoder.input

Input string. Set it before decoding

struct UTF16LEDecoder
{
  // ...
  string input ;
  // ...
}