public interface LispAddressReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(io.netty.buffer.ByteBuf byteBuf)
Reads from byte buffer and de-serialize the LISP address.
|
T readFrom(io.netty.buffer.ByteBuf byteBuf) throws LispParseError, LispReaderException
byteBuf - byte bufferLispParseError - LISP address parse errorLispReaderException - LISP reader exception