load

fun load(path: Path, fileSystem: FileSystem): Device

Read a WVD v2 file from path.

fileSystem is explicit because FileSystem.SYSTEM is not part of okio's common API; pass it from a platform source set, or a fake in tests.


fun load(path: String, fileSystem: FileSystem): Device

Read a WVD v2 file from path.