# Functions
NewBufIOManager init Bufio.
NewFileIOManager initializes the standard file I/O manager.
NewIOManager get IOManager based on type.
NewMMapIOManager Initialize Mmap IO.
# Constants
File IO with buffer.
0644 Indicates that a file is created.
No description provided by the author
Standard File IO.
Memory Mapping IO.
# Interfaces
IOManager is an abstract IO management interface that can accommodate different IO types.