Method Charset.Decoder()->feed()
- Method feed
this_programfeed(strings)- Description
Feeds a string to the decoder.
- Parameter
s String to be decoded.
- Returns
Returns the current object, to allow for chaining of calls.
this_program feed(string s)
Feeds a string to the decoder.
sString to be decoded.
Returns the current object, to allow for chaining of calls.