Module bsa::read[][src]

Structs

A diretory inside of a bsa archive. If a name is present in the [id] it will be the complete path of the directory. Subdirectories are represented by differend entries. No official bsa archives contain empty directories, this isn’t enforced by the file format though.

Identifier for Dir and File. All directories and files of a bsa archive have at least a [Hash] to identify them. Depending on the archive they may also have a name. All official bsa archives contain names for each directory and files. Games may refuse to load archives without names. The file format itself permits directories and files without names though.

A file inside of a bsa archive. If the file is [compressed] then [size] referes to the compressed data size.

Traits

Functions

Open a bsa archive.