package
1.1.1
Repository: https://github.com/bytestorage/flydb.git
Documentation: pkg.go.dev

# 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.

# Structs

Bufio File IO with buffer.
FileIO represents the standard system file I/O.
No description provided by the author

# Interfaces

IOManager is an abstract IO management interface that can accommodate different IO types.