CompressionMode
Specifies compression modes that are supported by the framework for pre-compressed assets stored inline within the
manifest. These inlined assets do not replace original source assets, which are enclosed in the resource JAR.
Content copied to clipboard
elide.data.CompressionMode
Entries
Properties
Link copied to clipboard
Brotli-based compression.
Content copied to clipboard
BROTLI = 2;
Link copied to clipboard
Deflate (zlib)-based compression.
Content copied to clipboard
DEFLATE = 4;
Link copied to clipboard
Standard gzip-based compression.
Content copied to clipboard
GZIP = 1;
Link copied to clipboard
No compression.
Content copied to clipboard
IDENTITY = 0;
Link copied to clipboard
Snappy-based compression.
Content copied to clipboard
SNAPPY = 3;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.