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, sizeBytesallocate, getForName, toStringpublic void write(double d,
java.nio.ByteBuffer buffer)
TransferTypewrite in class AsciiTransferTyped - the value to write.buffer - the byte buffer positioned to receive sizeByte bytes.