Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2026 Changes in this version + type File struct + func New() (*File, error) + func (f *File) Close() error + func (f *File) Read(p []byte) (int, error) + func (f *File) ReadAt(p []byte, off int64) (int, error) + func (f *File) Seek(offset int64, whence int) (int64, error) + func (f *File) Size() int64 + func (f *File) Truncate(size int64) error + func (f *File) Write(p []byte) (int, error) + func (f *File) WriteAt(p []byte, off int64) (int, error)