blob: 31ae9ab10a1041005fc2ae621f0bc8f5a2bd6c89 [file] [log] [blame]
Yotam Harcholf3f11152013-09-05 16:47:16 -07001package org.projectfloodlight.openflow.protocol;
2
3import org.jboss.netty.buffer.ChannelBuffer;
4
5public interface Writeable {
6 void writeTo(ChannelBuffer bb);
7}