Expand description
I/O utilities module
This module provides efficient file access utilities including memory-mapped file I/O for optimal performance.
Structs§
- File
Buffer - A memory-mapped file buffer for efficient file access
Enums§
- IoError
- Errors that can occur during file I/O operations
Functions§
- safe_
read_ byte - Safely reads a single byte from a buffer with bounds checking
- safe_
read_ bytes - Safely reads bytes from a buffer with bounds checking
- validate_
buffer_ access - Validates buffer access parameters without performing the actual read