public final class NumberOutput extends Object
| 构造器和说明 |
|---|
NumberOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)