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

package org.jline.terminal.spi;

public enum SystemStream
{
    Input, 
    Output, 
    Error;
}
