FileHelperAsyncEngine overview
FileHelperAsyncEngine
|
Overloaded. Initializes a new instance of the FileHelperAsyncEngine class. |
Encoding (inherited from FileHelpers.EngineBase) | The encoding to Read and Write the streams. |
ErrorManager (inherited from FileHelpers.EngineBase) | This is a common class that manage the errors of the library. |
FooterText (inherited from FileHelpers.EngineBase) | The read footer in the last read operation. If any. |
HeaderText (inherited from FileHelpers.EngineBase) | The read header in the last read operation. If any. |
LastRecord | Contains the last Record read by the ReadNext method. |
LineNumber (inherited from FileHelpers.EngineBase) | The current line number. |
RecordType (inherited from FileHelpers.EngineBase) | Returns the type of records handled by this engine. |
TotalRecords (inherited from FileHelpers.EngineBase) | The total numbers of records in the last read/written file (only works with whole read/write). |
BeginAppendToFile | Open a file to Append to the end. |
BeginReadFile | Open a specified file and seek to the first record. |
BeginReadStream | Open a specified stream and seek to the first record. |
BeginReadString | Missing <summary> documentation for M:FileHelpers.FileHelperAsyncEngine.BeginReadString(System.String) |
BeginWriteFile | Open a file to write it. If exist the engine override it |
BeginWriteStream | Set the stream to be used in the WriteNext operation. |
Close | Close all opened stream readers and writters (if any). |
Flush | Save all the buffered data for write to the disk. Useful to long opened async engines that wants to save pending values or for engines used for logging. |
ReadNext | Reads the next record of a file opened with the BeginReadFile or BeginReadStream method. |
ReadNexts | Reads the specified number of records from a file or stream opened with the BeginReadFile or BeginReadStream method. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteNext | Write the next record to a file or stream opened with BeginWriteFile, BeginWriteStream or BeginAppendToFile method. |
WriteNexts | Write the nexts records to a file or stream opened with BeginWriteFile, BeginWriteStream or BeginAppendToFile method. |
IDisposable.Dispose | Release Resources |
IEnumerable.GetEnumerator | Allows to loop record by record in the engine |
FileHelperAsyncEngine Class | FileHelpers Namespace | Quick Start Guide | Class Diagram | Examples of Use | Attributes List