writePath

abstract suspend fun writePath(inputStream: InputStream, path: Path)

Writes the content of an InputStream to the container.

Implementations may impose additional constraints, such as only support writing files (and not directories).