// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.communication.messages; public class MessageConstants { public static final Integer MESSAGE_LENGTH_INFO_SIZE; public static final Integer MESSAGE_PREQUEL_SIZE; public static final Integer MESSAGE_VERSION_SIZE; public MessageConstants() { } static { MESSAGE_VERSION_SIZE = Integer.valueOf(1); MESSAGE_LENGTH_INFO_SIZE = Integer.valueOf(4); MESSAGE_PREQUEL_SIZE = Integer.valueOf(MESSAGE_VERSION_SIZE.intValue() + MESSAGE_LENGTH_INFO_SIZE.intValue()); } }