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