ScummVM API documentation
Draci::BAFile Struct Reference

#include <barchive.h>

Public Member Functions

void close ()
 

Public Attributes

uint _compLength
 Compressed length (the same as _length if the file is uncompressed)
 
uint _length
 Uncompressed length.
 
uint32 _offset
 Offset of file inside archive.
 
byte * _data
 
byte _crc
 
byte _stopper
 Not used in BAR files, needed for DFW.
 

Detailed Description

Represents individual files inside the archive.

Member Function Documentation

◆ close()

void Draci::BAFile::close ( )
inline

Releases the file data (for memory considerations)


The documentation for this struct was generated from the following file: