public class SizeBuilderImpl extends Object implements SizeBuilder
A SizeBuilder implementation.
| Constructor and Description |
|---|
SizeBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildSizeInKiloBytes(Size size,
Context context)
Builds a size in kilobytes.
|
public String buildSizeInKiloBytes(Size size, Context context) throws BuildException
SizeBuilderBuilds a size in kilobytes.
buildSizeInKiloBytes in interface SizeBuildersize - The size.context - The context.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.