public static class LispMacAddress.MacAddressReader extends Object implements LispAddressReader<LispMacAddress>
| Constructor and Description |
|---|
MacAddressReader() |
| Modifier and Type | Method and Description |
|---|---|
LispMacAddress |
readFrom(io.netty.buffer.ByteBuf byteBuf)
Reads from byte buffer and de-serialize the LISP address.
|
public LispMacAddress readFrom(io.netty.buffer.ByteBuf byteBuf) throws LispParseError
LispAddressReaderreadFrom in interface LispAddressReader<LispMacAddress>byteBuf - byte bufferLispParseError - LISP address parse error