Codec used to transform raw data to text

Note: defaults to UTF-8

Property definitions

core $ Stream :: codec
	# Codec used to transform raw data to text
	#
	# Note: defaults to UTF-8
	var codec: Codec = utf8_codec is protected writable(set_codec)
lib/core/stream.nit:31,2--34,63