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