public final class NumberOutput extends Object
Constructor and Description |
---|
NumberOutput() |
Modifier and Type | Method and Description |
---|---|
static int |
outputInt(int value,
byte[] buffer,
int offset) |
static int |
outputInt(int value,
char[] buffer,
int offset) |
static int |
outputLong(long value,
byte[] buffer,
int offset) |
static int |
outputLong(long value,
char[] buffer,
int offset) |
static String |
toString(double value) |
static String |
toString(int value) |
static String |
toString(long value) |
public static int outputInt(int value, char[] buffer, int offset)
public static int outputInt(int value, byte[] buffer, int offset)
public static int outputLong(long value, char[] buffer, int offset)
public static int outputLong(long value, byte[] buffer, int offset)
public static String toString(int value)
public static String toString(long value)
public static String toString(double value)