numberOfFiles method

int numberOfFiles()

The number of files in the archive.

Implementation

int numberOfFiles() {
  return _files.length;
}