| java.lang.Object tcl.lang.FconfigureCmd
FconfigureCmd | class FconfigureCmd implements Command(Code) | | This class implements the built-in "fconfigure" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "fconfigure" Tcl command. |
OPT_BLOCKING | final static int OPT_BLOCKING(Code) | | |
OPT_BUFFERING | final static int OPT_BUFFERING(Code) | | |
OPT_BUFFERSIZE | final static int OPT_BUFFERSIZE(Code) | | |
OPT_ENCODING | final static int OPT_ENCODING(Code) | | |
OPT_EOFCHAR | final static int OPT_EOFCHAR(Code) | | |
OPT_TRANSLATION | final static int OPT_TRANSLATION(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "fconfigure" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|