public class IntegerWriter extends Object
| Constructor and Description |
|---|
IntegerWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
write(ByteWriter byteWriter,
int i) |
static void |
write(CharWriter charWriter,
int i) |
public static void write(ByteWriter byteWriter, int i) throws IOException
IOExceptionpublic static void write(CharWriter charWriter, int i) throws IOException
IOExceptionCopyright © 2018. All rights reserved.