You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/csvtextstream.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@ Easy-to-use class module developed to enable I/O operations over "big" text file
29
29
<tdstyle="text-align: left;">Gets the overall state of the pointer on the text stream. Returns <code>True</code> if the file pointer is at the end of a file, and <code>False</code> otherwise.</td>
<tdstyle="text-align: left;">Indicates when to perform automatic encoding detection over the target file. Use <code>True</code> to encoding detection at stream open stage, and <code>False</code> otherwise.</td>
0 commit comments