public class AsciiIntegerTransferType extends AsciiTransferType
logger
Constructor and Description |
---|
AsciiIntegerTransferType(int sizeBytes) |
Modifier and Type | Method and Description |
---|---|
void |
write(double d,
java.nio.ByteBuffer buffer)
write the data to the buffer.
|
getByName, isAscii, name, read, sizeBytes
allocate, getForName, toString
public void write(double d, java.nio.ByteBuffer buffer)
TransferType
write
in class AsciiTransferType
d
- the value to write.buffer
- the byte buffer positioned to receive sizeByte bytes.