Namespace Hi.Common.FileLines
Classes
- FileBeginEventArgs
Event arguments for when a file processing begins.
- FileEndEventArgs
Event arguments for when a file processing ends.
- FileLineIndex
Represents a location in a file by its file index and line number.
- FileLinePipingKit
Perform lines piping to a file by another thread.
- FileLineUtil
Utility of IFileLineIndex.
- FileUtil
Utility to manage files.
- IndexedFile
Represents a file with an associated index.
- IndexedFileLine
Represents a line of text from a file with associated file and line information.
- LineBeginEventArgs
Event arguments for when line processing begins.
- LineEndEventArgs
Event arguments for when line processing ends.
Interfaces
- IFileChangedEventSupport
Interface for supporting file change events.
- IFileLine
Interface of file line.
- IFileLineIndex
Interface of file number and line number.
- IGetFileLineIndex
Interface of GetFileLineIndex().
- IGetIndexedFileLine
Interface for objects that can provide a file line.
- ILineChangedEventSupport
Interface for objects that support line change events.