public interface SizeBuilder
A builder for size.
| Modifier and Type | Method and Description |
|---|---|
String |
buildSizeInKiloBytes(Size size,
Context context)
Builds a size in kilobytes.
|
String buildSizeInKiloBytes(Size size, Context context) throws BuildException
Builds a size in kilobytes.
size - The size.context - The context.IllegalArgumentException - If any of the parameters are null.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.