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