package
2.1.1
Repository: https://git.mills.io/prologic/bitcask.git
Documentation: pkg.go.dev

# Functions

DecodeEntry decodes a serialized entry.
IsCorruptedData indicates if the error corresponds to possible data corruption.
NewDecoder creates a streaming Entry decoder.
NewEncoder creates a streaming Entry encoder.

# Constants

MetaInfoSize is the total size of the whole encoded entry (key + value + checksum).

# Structs

Decoder wraps an underlying io.Reader and allows you to stream entries.
Encoder wraps an underlying io.Writer and allows you to stream Entry encodings on it.