public class Modification extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
estimateSize(Codec codec)
The estimated size.
|
byte[] |
getKey() |
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
Codec codec)
Writes this modification to the
ByteBuf. |
public void writeTo(io.netty.buffer.ByteBuf byteBuf,
Codec codec)
ByteBuf.byteBuf - the ByteBuf to write to.codec - the Codec to use.public int estimateSize(Codec codec)
codec - the Codec to use for the size estimation.public byte[] getKey()
Copyright © 2022 JBoss by Red Hat. All rights reserved.