package com.lumaserv.bgp.protocol.attribute; import java.nio.ByteBuffer; public class AtomicAggregateAttribute implements PathAttribute { public AtomicAggregateAttribute(byte typeCode, byte[] data) { } public byte getTypeCode() { return 6; } public void build(ByteBuffer b) { } }