doc / ch.tutteli.atrium.api.infix.en_GB.creating.path / PathWithEncoding

PathWithEncoding

data class PathWithEncoding (source)

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

Properties

path

val path: Path

sourceCharset

val sourceCharset: Charset

targetCharset

val targetCharset: Charset