FileLog
Write and read (multiple) tab or otherwise delimited files. Based on FileReader from the main distro. This quark provides higher level control.
by Marije Baalman
-
FilePlayer
- FileReader with option to jump to specific lines.
- FileWriter
- Write files that can be read with FileReader/FilePlayer.
- MultiFileWriter
- Manage writing to muliple files. Useful for long term logging of things.
- MultiFileReader
- Reading back the files created with MultiFileWriter.
- MultiFilePlayer
- Similar, but specific for reading files written with FileWriter, and reading back with FilePlayer (or their subclasses).