data class PathWithEncoding
Parameter object which combines path (as Path) with a sourceCharset and targetCharset.
Use the function withEncoding(Path, Charset, Charset)
to create this representation.
Since
0.13.0
val path: Path |
|
val sourceCharset: Charset |
|
val targetCharset: Charset |