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