public interface IHeaderDataEntry
ByteBuffer| Modifier and Type | Method and Description |
|---|---|
void |
write(java.nio.ByteBuffer buffer)
Writes the header entry data to the provided
ByteBuffer. |
void write(java.nio.ByteBuffer buffer)
ByteBuffer. A given implementation should only write a constant amount of data.
The amount is szpecified by the corresponding IHeaderDataEntryProviderbuffer - The buffer to write the data to