- java.lang.Object
-
- com.io7m.jspiel.api.RiffSizes
-
public final class RiffSizes extends java.lang.ObjectFunctions to manipulate sizes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RiffSizepadIfNecessary(long input)Create a size from the given value.
-
-
-
Method Detail
-
padIfNecessary
public static RiffSize padIfNecessary(long input)
Create a size from the given value.- Parameters:
input- The input- Returns:
- A size
-
-