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