public class IntHeaderEntry extends java.lang.Object implements IHeaderDataEntry
| Constructor and Description |
|---|
IntHeaderEntry(int data) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.nio.ByteBuffer buffer)
Writes the header entry data to the provided
ByteBuffer. |
public void write(java.nio.ByteBuffer buffer)
IHeaderDataEntryByteBuffer. A given implementation should only write a constant amount of data.
The amount is szpecified by the corresponding IHeaderDataEntryProviderwrite in interface IHeaderDataEntrybuffer - The buffer to write the data to