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

package io.netty.util;

final class ByteProcessorUtils
{
    static final byte SPACE = 32;
    static final byte HTAB = 9;
    static final byte CARRIAGE_RETURN = 13;
    static final byte LINE_FEED = 10;
    
    private ByteProcessorUtils() {
    }
}
