blob: 31ae9ab10a1041005fc2ae621f0bc8f5a2bd6c89 [file] [log] [blame]
package org.projectfloodlight.openflow.protocol;
import org.jboss.netty.buffer.ChannelBuffer;
public interface Writeable {
void writeTo(ChannelBuffer bb);
}