Class CodePointHelper
- java.lang.Object
-
- org.daisy.dotify.devtools.converters.CodePointHelper
-
public class CodePointHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodePointHelper.Inputstatic classCodePointHelper.Modestatic classCodePointHelper.Style
-
Constructor Summary
Constructors Constructor Description CodePointHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoHexString(int i, int len)Formats a number as a zero padded hex string of a specified length.
-
-
-
Method Detail
-
toHexString
public static String toHexString(int i, int len)
Formats a number as a zero padded hex string of a specified length.- Parameters:
i- the number to formatlen- the length of the resulting string- Returns:
- returns a string of the specified length
-
-