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