public class InputPipe extends Thread implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputPipe.InterruptHandler |
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
InputPipe(StreamSet streams,
jline.Terminal terminal,
InputPipe.InterruptHandler interruptHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
void |
run() |
void |
start() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yieldpublic InputPipe(StreamSet streams, jline.Terminal terminal, InputPipe.InterruptHandler interruptHandler)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic InputStream getInputStream()
Copyright © 2008-2012 Sonatype. All Rights Reserved.