@FunctionalInterface public static interface ByteUnit.Conversion
ByteUnit.convert(double, ByteUnit) to get readable code like:
convert(1.5, ByteMultiple.MB).to(ByteMultiple.KB);
| Modifier and Type | Method and Description |
|---|---|
double |
to(ByteUnit targetUnit) |
double to(ByteUnit targetUnit)
Copyright © 2022 MicroStream Software. All rights reserved.