File.header

Exists only if this file is compressed.

struct File(bool Compressed = Flag!"compressed" = false)
static if(Compressed)
FileHeader header;

Meta