public static class LispAsAddress.AsAddressWriter extends Object implements LispAddressWriter<LispAsAddress>
| Constructor and Description |
|---|
AsAddressWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
LispAsAddress address)
Serializes LISP address object and writes to byte buffer.
|
public void writeTo(io.netty.buffer.ByteBuf byteBuf,
LispAsAddress address)
throws LispWriterException
LispAddressWriterwriteTo in interface LispAddressWriter<LispAsAddress>byteBuf - byte bufferaddress - LISP address type instanceLispWriterException - LISP writer exception