Method Charset.Decoder()->feed()
- Method
feed
 this_programfeed(string(8bit)s)
variantthis_programfeed(Stdio.Bufferbuf)- Description
 Feeds a string to the decoder.
- Parameter 
s String to be decoded.
- Parameter 
buf Stdio.Buffer containing data to be decoded.
- Returns
 Returns the current object, to allow for chaining of calls.