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