89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#FtpReply.isSequential">isSequential</a></td> |
90 <td><a href="#FtpReply.isSequential">isSequential</a></td> |
91 <td>Public method to check for sequential access.</td> |
91 <td>Public method to check for sequential access.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#FtpReply.readData">readData</a></td> |
93 <td><a href="#FtpReply.readData">readData</a></td> |
94 <td>Protected method to retrieve data from the reply object.</td> |
94 <td>Public method to retrieve data from the reply object.</td> |
95 </tr> |
95 </tr> |
96 </table> |
96 </table> |
97 <h3>Static Methods</h3> |
97 <h3>Static Methods</h3> |
98 <table> |
98 <table> |
99 <tr><td>None</td></tr> |
99 <tr><td>None</td></tr> |
219 </dd> |
219 </dd> |
220 </dl><a NAME="FtpReply.readData" ID="FtpReply.readData"></a> |
220 </dl><a NAME="FtpReply.readData" ID="FtpReply.readData"></a> |
221 <h4>FtpReply.readData</h4> |
221 <h4>FtpReply.readData</h4> |
222 <b>readData</b>(<i>maxlen</i>) |
222 <b>readData</b>(<i>maxlen</i>) |
223 <p> |
223 <p> |
224 Protected method to retrieve data from the reply object. |
224 Public method to retrieve data from the reply object. |
225 </p><dl> |
225 </p><dl> |
226 <dt><i>maxlen</i></dt> |
226 <dt><i>maxlen</i></dt> |
227 <dd> |
227 <dd> |
228 maximum number of bytes to read (integer) |
228 maximum number of bytes to read (integer) |
229 </dd> |
229 </dd> |