blob: 31ae9ab10a1041005fc2ae621f0bc8f5a2bd6c89 [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package org.projectfloodlight.openflow.protocol;
2
3import org.jboss.netty.buffer.ChannelBuffer;
4
5public interface Writeable {
6 void writeTo(ChannelBuffer bb);
7}