aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/closedfile
AgeCommit message (Collapse)Author
2018-08-05ClosedFileInputSource: add method to keep file openJay Berkenbilt
During periods of intensive operation on a specific file, this method can reduce the overhead of repeated open/close operations.
2018-06-22Add ClosedFileInputSourceJay Berkenbilt
ClosedFileInputSource is an input source that keeps the file closed when not reading it.