Interface ByteSizeAssembler
- All Superinterfaces:
ObjectStringAssembler<Long>
- All Known Implementing Classes:
ByteSizeAssembler.Default
public interface ByteSizeAssembler extends ObjectStringAssembler<Long>
Converts a byte size value from long into a human readable format.
- Since:
- 3.1
- See Also:
ByteMultiple
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ByteSizeAssembler.Default
-
Method Summary
-
Method Details
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<Long>
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<Long>
-
Default
-