public class IntIOWriter extends Object
| 构造器和说明 |
|---|
IntIOWriter() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
writeInteger(ByteWriter bw,
Integer i) |
static void |
writeShort(ByteWriter bw,
Short i) |
public static void writeShort(ByteWriter bw, Short i) throws IOException
IOExceptionpublic static void writeInteger(ByteWriter bw, Integer i) throws IOException
IOExceptionCopyright © 2018. All rights reserved.