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