Uses of Enum Class
kieker.common.util.filesystem.BinaryCompressionMethod
Packages that use BinaryCompressionMethod
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of BinaryCompressionMethod in kieker.common.util.filesystem
Methods in kieker.common.util.filesystem that return BinaryCompressionMethodModifier and TypeMethodDescriptionstatic final BinaryCompressionMethodBinaryCompressionMethod.getByFileExtension(String name) Deprecated.This method tries to search for a suitable compression method using the extension of the file.static BinaryCompressionMethodDeprecated.Returns the enum constant of this class with the specified name.static BinaryCompressionMethod[]BinaryCompressionMethod.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.