public final class OxmDeserializerHelper extends Object
Modifier and Type | Method and Description |
---|---|
static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
convertMacAddress(io.netty.buffer.ByteBuf input)
Converts binary data into mac address.
|
static byte[] |
convertMask(io.netty.buffer.ByteBuf input,
int matchEntryLength)
Converts binary data into binary mask (for match entries).
|
public static byte[] convertMask(io.netty.buffer.ByteBuf input, int matchEntryLength)
input
- input ByteBufmatchEntryLength
- mask lengthpublic static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress convertMacAddress(io.netty.buffer.ByteBuf input)
input
- input ByteBufCopyright © 2020 OpenDaylight. All rights reserved.