1 2 3 4 5 6 7 8
package com.lumaserv.bgp.protocol; import java.nio.ByteBuffer; public interface DataBuilder { public void build(ByteBuffer b); }