create

abstract fun create(archive: Int)

Creates an archive. Does nothing if the archive already exists.

Parameters

archive

the archive ID.

Throws

if the archive ID is out of bounds.

if an underlying I/O error occurs.