Categorygithub.com/hnakamur/filebuffer
modulepackage
0.1.3
Repository: https://github.com/hnakamur/filebuffer.git
Documentation: pkg.go.dev

# README

filebuffer PkgGoDev

filebuffer is a Go module which provides a buffer implmentation for random access of fixed size files with io.ReadAt and io.WriteAt interfaces.

License

MIT

Credits

CREDITS

# Functions

New creates a new whole file buffer.

# Structs

FileBuffer is a file buffer which can read the file partialy in page size units.