blob: e50cb75d5d06d1ea55e731a67c1d805108759fde [file] [log] [blame]
package org.projectfloodlight.openflow.types;
import com.google.common.hash.PrimitiveSink;
public interface PrimitiveSinkable {
public void putTo(PrimitiveSink sink);
}