Compression.h
Go to the documentation of this file.
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)
Compression::Type getCompressionType(const char *str, Compression::Type defaultValue=Compression::Type::None)
const char * c_str() const
Get a constant (un-modifiable) pointer to String content.
Definition: WString.h:641
String toString(IFS::Compression::Type type)
Get the string representation for the given compression type.
XX(tag, size)
#define IFS_COMPRESSION_TYPE_MAP(XX)
compression type
Definition: Compression.h:31
Definition: DirectoryTemplate.h:36
struct __attribute__((packed)) Compression
A compression descriptor.
Definition: Compression.h:38