Uses of Interface
io.helidon.common.Size
Packages that use Size
Package
Description
Common utilities for Helidon projects.
Helidon WebServer Static Content Support.
- 
Uses of Size in io.helidon.commonFields in io.helidon.common declared as SizeMethods in io.helidon.common that return SizeModifier and TypeMethodDescriptionstatic SizeSize.create(long size) Create a new size with explicit number of bytes.static SizeCreate a new size from amount and unit.static SizeSize.create(BigDecimal amount, Size.Unit unit) Create a new size from amount and unit.static SizeCrete a new size from the size string.
- 
Uses of Size in io.helidon.webserver.staticcontentMethods in io.helidon.webserver.staticcontent that return SizeModifier and TypeMethodDescriptionMemoryCacheConfig.BuilderBase.capacity()Capacity of the cached bytes of file content.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl.capacity()MemoryCacheConfig.capacity()Capacity of the cached bytes of file content.Methods in io.helidon.webserver.staticcontent with parameters of type Size