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.