operator [] method

ArchiveFile operator [](
  1. int index
)

Get a file from the archive.

Implementation

ArchiveFile operator [](int index) => _files[index];