package
1.3.0
Repository: https://gitlab.com/cznic/fileutil
Documentation: pkg.go.dev

# README

This is a goinstall-able mirror of modified code already published at: https://git.nic.cz/redmine/projects/gofileutil/repository/show/falloc

Install: $go get modernc.org/fileutil/falloc Godocs: http://gopkgdoc.appspot.com/pkg/modernc.org/fileutil/falloc

# Functions

New returns a new File backed by store or an error if any.
Open returns a new File backed by store or an error if any.

# Constants

No description provided by the author

# Structs

EBadRequest is an error produced for invalid operation, e.g.
EClose is a file/store close error.
ECorrupted is a file/store format error.
ECreate is a file/store create error.
EFreeList is a file/store format error.
EHandle is an error type reported for invalid Handles.
EHeader is a file/store format error.
EOpen is a file/store open error.
ERead is a file/store read error.
ESize is a file/store size error.
EWrite is a file/store write error.
File is a file/store with space allocation/deallocation support.

# Type aliases

ENullHandle is a file/store access error via a null handle.
Handle is a reference to a block in a file/store.