public class IOUtils extends Object
| 构造器和说明 |
|---|
IOUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
close(Closeable x) |
static void |
decode(CharsetDecoder charsetDecoder,
ByteBuffer byteBuf,
CharBuffer charByte) |
static void |
getChars(byte b,
int index,
char[] buf) |
static void |
getChars(int i,
int index,
char[] buf)
Places characters representing the integer i into the character array buf.
|
static void |
getChars(long i,
int index,
char[] buf) |
static int |
stringSize(long x) |
public static void close(Closeable x)
public static int stringSize(long x)
public static void getChars(long i,
int index,
char[] buf)
public static void getChars(int i,
int index,
char[] buf)
public static void getChars(byte b,
int index,
char[] buf)
public static void decode(CharsetDecoder charsetDecoder, ByteBuffer byteBuf, CharBuffer charByte)
Copyright © 2012-2013 Alibaba Group. All Rights Reserved.