list

open override fun list(): List<Int>

Lists all archives in the store.

Return

a sorted list of archive IDs.

Throws

IOException

if an underlying I/O error occurs.


open override 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.

FileNotFoundException

if the archive does not exist.

IOException

if an underlying I/O error occurs.