dad1b46150712173c4c64e1ce8019e4a4edf05f3
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / EncodeConstants.java
1 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
2 package org.opendaylight.openflowjava.protocol.impl.serialization.factories;\r
3 \r
4 /**\r
5  * @author michal.polkorab\r
6  *\r
7  */\r
8 public abstract class EncodeConstants {\r
9 \r
10     /** Default OF padding (in bytes) */\r
11     public static final byte PADDING = Long.SIZE / Byte.SIZE;\r
12 \r
13 }\r