58 <td>Public method to write all pending bytes.</td> |
58 <td>Public method to write all pending bytes.</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#getSock">getSock</a></td> |
60 <td><a href="#getSock">getSock</a></td> |
61 <td>Public method to get the socket object.</td> |
61 <td>Public method to get the socket object.</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#gets">gets</a></td> |
|
64 <td>Public method to read a line from this file.</td> |
|
65 </tr><tr> |
63 <td><a href="#isatty">isatty</a></td> |
66 <td><a href="#isatty">isatty</a></td> |
64 <td>Public method to indicate whether a tty interface is supported.</td> |
67 <td>Public method to indicate whether a tty interface is supported.</td> |
65 </tr><tr> |
68 </tr><tr> |
66 <td><a href="#pendingWrite">pendingWrite</a></td> |
69 <td><a href="#pendingWrite">pendingWrite</a></td> |
67 <td>Public method that returns the number of bytes waiting to be written.</td> |
70 <td>Public method that returns the number of bytes waiting to be written.</td> |
226 the socket object |
229 the socket object |
227 </dd> |
230 </dd> |
228 </dl> |
231 </dl> |
229 <div align="right"><a href="#top">Up</a></div> |
232 <div align="right"><a href="#top">Up</a></div> |
230 <hr /><hr /> |
233 <hr /><hr /> |
|
234 <a NAME="gets" ID="gets"></a> |
|
235 <h2>gets</h2> |
|
236 <b>gets</b>(<i></i>) |
|
237 <p> |
|
238 Public method to read a line from this file. |
|
239 </p> |
|
240 <div align="right"><a href="#top">Up</a></div> |
|
241 <hr /><hr /> |
231 <a NAME="isatty" ID="isatty"></a> |
242 <a NAME="isatty" ID="isatty"></a> |
232 <h2>isatty</h2> |
243 <h2>isatty</h2> |
233 <b>isatty</b>(<i></i>) |
244 <b>isatty</b>(<i></i>) |
234 <p> |
245 <p> |
235 Public method to indicate whether a tty interface is supported. |
246 Public method to indicate whether a tty interface is supported. |