public class IntegerWriter extends Object
IntegerWriter class.
public static void write(ByteWriter byteWriter, int i) throws IOException
write.
byteWriter - a ByteWriter object.i - a int.IOException - if any.public static void write(CharWriter charWriter, int i) throws IOException
write.
charWriter - a CharWriter object.i - a int.IOException - if any.Copyright © 2023. All rights reserved.