Uses of Class
kieker.common.util.filesystem.BinaryCompressionMethod
Package | Description |
---|---|
kieker.common.util.filesystem |
Copyright 2022 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 BinaryCompressionMethod Modifier and Type Method Description static BinaryCompressionMethod
BinaryCompressionMethod. getByFileExtension(java.lang.String name)
Deprecated.This method tries to search for a suitable compression method using the extension of the file.static BinaryCompressionMethod
BinaryCompressionMethod. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static BinaryCompressionMethod[]
BinaryCompressionMethod. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.