encoding

@get:JvmName(name = "getEncoding")
@set:JvmName(name = "setEncoding")
var encoding: Encoding
Specifies the encoding for the affixed container data. If unspecified, the data is expressed in raw bytes.

.elide.data.Encoding encoding = 1;