public class OutputUtils extends Object
Constructor and Description |
---|
OutputUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
oneHex(AWriter out,
int x,
int i)
Print one hex digit of the number
|
static int |
oneHex(StringBuilder out,
int x,
int i)
Print one hex digit of the number
|
static int |
oneHex(Writer out,
int x,
int i)
Print one hex digit of the number
|
static void |
printHex(AWriter out,
int x,
int width)
Print the number x in width hex chars.
|
static void |
printHex(StringBuilder out,
int x,
int width)
Print the number x in width hex chars.
|
static void |
printHex(Writer out,
int x,
int width)
Print the number x in width hex chars.
|
public static void printHex(StringBuilder out, int x, int width)
public static int oneHex(StringBuilder out, int x, int i)
public static void printHex(Writer out, int x, int width)
public static int oneHex(Writer out, int x, int i)
public static void printHex(AWriter out, int x, int width)
public static int oneHex(AWriter out, int x, int i)
Licenced under the Apache License, Version 2.0