Compression.h
Go to the documentation of this file.
57 };
67 Compression::Type getCompressionType(const char* str, Compression::Type defaultValue = Compression::Type::None);
69 inline Compression::Type getCompressionType(const String& str, Compression::Type defaultValue = Compression::Type::None)
72 }
String toString(IFS::Compression::Type type)
Get the string representation for the given compression type.
#define IFS_COMPRESSION_TYPE_MAP(XX)
compression type
Definition: Compression.h:50
Definition: DirectoryTemplate.h:36
Compression::Type getCompressionType(const char *str, Compression::Type defaultValue=Compression::Type::None)