All Classes and Interfaces
Class
Description
================================================================
๐ CopyDirectory - Internal Directory Copy Utility
================================================================
================================================================
๐ CopyFile - Internal File Copy Utility
================================================================
================================================================
๐ CreateFileAndDir - Internal File/Directory Creation Utility
================================================================
================================================================
๐ DeleteFileAndDir - Internal File/Directory Deletion Utility
================================================================
Provides line deletion operations for files with both in-memory and safe (temp-file-based) strategies.
Centralized utility for building detailed, readable error messages
for all file-related operations in OpenLoom.
Configuration class for file I/O operations in OpenLoom.
================================================================
๐ FileManager - Central File Operations Manager
================================================================
Provides advanced utilities for searching specific text patterns within files.
Provides utilities for performing advanced regular expression (regex) searches in text files.
-------------------------------------------------------------
๐
InsertLine
-------------------------------------------------------------
The InsertLine class provides high-performance and safe mechanisms
for inserting one or more lines into existing text files.Represents a text match with its position in the file.
Provides functionality to modify specific lines or multiple lines in a file.
================================================================
๐ MoveDirectory - Directory Move Utility
================================================================
================================================================
๐ MoveFile - File Move Utility
================================================================
================================================================
๐ OpenLoom - Universal File I/O Framework
================================================================
Exception thrown for configuration-related errors in OpenLoom.
================================================================
๐ ReadFile โ Core File Reading Engine for OpenLoom
================================================================
================================================================
๐ ReadManager โ Unified File Reading Controller for OpenLoom
================================================================
================================================================
๐งพ ReadMetaData โ File Information Inspector for OpenLoom
================================================================
Utility class for reading specific or all columns from delimited text files
such as CSV (comma-separated) or TSV (tab-separated) files.
Provides efficient, stream-based file reading utilities for large text files.
Provides efficient and safe line-replacement operations for text files.
Provides advanced text replacement capabilities for files, including
both normal and safe (atomic) operations.
The
SearchManager provides a unified interface for searching,
replacing, inserting, modifying, and deleting text and lines in files.Utility class for writing large files efficiently in chunks.
WriteManager
---------------------------------------------------------
Central controller for all file-writing operations in OpenLoom.
Utility class for writing content from a
Reader to a file efficiently.Utility class for writing small to medium-sized files efficiently.