package
0.5.11
Repository: https://github.com/superfly/litefs.git
Documentation: pkg.go.dev

# Functions

NewReader implements an io.Reader from a chunked byte stream.
NewWriter implements an io.Writer from a chunked byte stream.

# Constants

EOF is the end-of-file marker value for the size.
MaxChunkSize is the largest allowable chunk size (64KB).

# Structs

Reader wraps a stream of chunks and converts it into an io.Reader.
Writer wraps an io.Writer to convert it to a chunked byte stream.