#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. | |
Represents individual files inside the archive.
|
inline |
Releases the file data (for memory considerations)