list

abstract fun list(): List<Int>

Lists all archives in the store.

Return

a sorted list of archive IDs.

Throws

if an underlying I/O error occurs.


abstract fun list(archive: Int): List<Int>

Lists all groups in an archive.

Return

a sorted list of group IDs.

Parameters

archive

the archive ID.

Throws

if the archive or group ID is out of bounds.

if the archive does not exist.

if an underlying I/O error occurs.