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

# Functions

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

# Constants

No description provided by the author

# Structs

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