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