public class OFTableSerializerVer12 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ALL_VAL |
static byte |
MAX_VAL |
Constructor and Description |
---|
OFTableSerializerVer12() |
Modifier and Type | Method and Description |
---|---|
static OFTable |
ofWireValue(byte val) |
static void |
putTo(OFTable e,
com.google.common.hash.PrimitiveSink sink) |
static OFTable |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFTable e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFTable e) |
public static final byte MAX_VAL
public static final byte ALL_VAL
public static OFTable readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFTable e)
public static void putTo(OFTable e, com.google.common.hash.PrimitiveSink sink)
public static OFTable ofWireValue(byte val)
public static byte toWireValue(OFTable e)
Copyright © 2015. All rights reserved.