public class NumberWriter extends Object
| Constructor and Description |
|---|
NumberWriter(OutputStream outputStream,
ByteOrder byteOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeByte(byte value) |
void |
writeDouble(double value) |
void |
writeFloat(float value) |
void |
writeInteger(int value) |
public NumberWriter(OutputStream outputStream, ByteOrder byteOrder)
public void writeByte(byte value)
throws IOException
IOExceptionpublic void writeInteger(int value)
throws IOException
IOExceptionpublic void writeDouble(double value)
throws IOException
IOExceptionpublic void writeFloat(float value)
throws IOException
IOExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.