| java.lang.Object tcl.lang.TclIO
APPEND | final static int APPEND(Code) | | |
BUFF_FULL | final static int BUFF_FULL(Code) | | |
BUFF_LINE | final static int BUFF_LINE(Code) | | |
BUFF_NONE | final static int BUFF_NONE(Code) | | |
CREAT | final static int CREAT(Code) | | |
EXCL | final static int EXCL(Code) | | |
RDONLY | final static int RDONLY(Code) | | |
RDWR | final static int RDWR(Code) | | |
READ_ALL | final static int READ_ALL(Code) | | |
READ_LINE | final static int READ_LINE(Code) | | |
READ_N_BYTES | final static int READ_N_BYTES(Code) | | |
SEEK_CUR | final static int SEEK_CUR(Code) | | |
SEEK_END | final static int SEEK_END(Code) | | |
SEEK_SET | final static int SEEK_SET(Code) | | |
TRANS_AUTO | final static int TRANS_AUTO(Code) | | |
TRANS_BINARY | final static int TRANS_BINARY(Code) | | |
TRANS_CR | final static int TRANS_CR(Code) | | |
TRANS_CRLF | final static int TRANS_CRLF(Code) | | |
TRANS_LF | final static int TRANS_LF(Code) | | |
TRANS_PLATFORM | static int TRANS_PLATFORM(Code) | | |
TRUNC | final static int TRUNC(Code) | | |
WRONLY | final static int WRONLY(Code) | | |
getBufferingID | static int getBufferingID(String buffering)(Code) | | |
getBufferingString | static String getBufferingString(int buffering)(Code) | | |
getNextDescriptor | static String getNextDescriptor(Interp interp, String prefix)(Code) | | Really ugly function that attempts to get the next available
channelId name. In C the FD returned in the native open call
returns this value, but we don't have that so we need to do
this funky iteration over the HashMap.
Parameters: interp - currrent interpreter. the next integer to use in the channelId name. |
getTranslationID | static int getTranslationID(String translation)(Code) | | |
getTranslationString | static String getTranslationString(int translation)(Code) | | |
|
|