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