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