// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.handler.logging;

public enum ByteBufFormat
{
    SIMPLE, 
    HEX_DUMP;
}
