encoding property

Encoding encoding
final

The decoder to use for decoding the stdout, stderr, and output of a process, and encoding the stdin from the job.

Defaults to an instance of SystemEncoding.

Implementation

final Encoding encoding;