|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttcl.lang.channel.Channel
tcl.lang.channel.StdChannel
org.jenkinsci.plugins.tcl.interpreter.jTclChannel
public class jTclChannel
Implements standard IO channels for Tcl interpreter.
| Field Summary |
|---|
| Fields inherited from class tcl.lang.channel.StdChannel |
|---|
STDERR, STDIN, STDOUT |
| Fields inherited from class tcl.lang.channel.Channel |
|---|
blocking, buffering, bufferSize, encoding, eofInputFilter, eofOutputFilter, eolInputFilter, eolOutputFilter, finalInputStream, finalReader, firstOutputStream, firstWriter, inputBuffer, inputEofChar, inputTranslation, markableInputStream, mode, nonBlockingOutputStream, outputBuffer, outputEofChar, outputTranslation, rawInputStream, rawOutputStream, READ_OWNERSHIP, refCount, unicodeDecoder, unicodeEncoder, WRITE_OWNERSHIP |
| Constructor Summary | |
|---|---|
jTclChannel(String name,
jTclChannelType type,
InputStream input)
|
|
jTclChannel(String name,
jTclChannelType type,
OutputStream output)
|
|
| Method Summary | |
|---|---|
String |
getChanName()
|
protected InputStream |
getInputStream()
|
protected OutputStream |
getOutputStream()
|
jTclChannelType |
getType()
|
| Methods inherited from class tcl.lang.channel.StdChannel |
|---|
setErr, setIn, setOut |
| Methods inherited from class tcl.lang.channel.Channel |
|---|
checkRead, checkWrite, close, eof, flush, getBlocking, getBuffering, getBufferSize, getEncoding, getInputEofChar, getInputTranslation, getOutputEofChar, getOutputTranslation, initInput, initOutput, isBlocked, isClosed, isReadOnly, isReadWrite, isWriteOnly, read, seek, setBlocking, setBuffering, setBufferSize, setEncoding, setInputEofChar, setInputTranslation, setOutputEofChar, setOutputTranslation, setOwnership, setOwnership, tell, waitForOwnership, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public jTclChannel(String name,
jTclChannelType type,
OutputStream output)
throws jTclException
jTclException
public jTclChannel(String name,
jTclChannelType type,
InputStream input)
throws jTclException
jTclException| Method Detail |
|---|
protected InputStream getInputStream()
throws IOException
getInputStream in class tcl.lang.channel.StdChannelIOException
protected OutputStream getOutputStream()
throws IOException
getOutputStream in class tcl.lang.channel.StdChannelIOExceptionpublic String getChanName()
getChanName in class tcl.lang.channel.Channelpublic jTclChannelType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||