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