java.lang.Object
org.apache.jena.atlas.io.OutputUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intPrint one hex digit of the numberstatic intoneHex(StringBuilder out, int x, int i) Print one hex digit of the numberstatic intPrint one hex digit of the numberstatic voidPrint the number x in width hex chars.static voidprintHex(StringBuilder out, int x, int width) Print the number x in width hex chars.static voidPrint the number x in width hex chars.
-
Constructor Details
-
OutputUtils
public OutputUtils()
-
-
Method Details
-
printHex
Print the number x in width hex chars. x must fit -
oneHex
Print one hex digit of the number -
printHex
Print the number x in width hex chars. x must fit -
oneHex
Print one hex digit of the number -
printHex
Print the number x in width hex chars. x must fit -
oneHex
Print one hex digit of the number
-