package
0.3.106
Repository: https://github.com/dgallion1/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.

# 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.