//
pkg.gl
Category
github.com/dgallion1/bitcask
internal
data
codec
package
0.3.106
Repository:
https://github.com/dgallion1/bitcask.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
129 SLOC
#
Functions
DecodeEntry
DecodeEntry decodes a serialized entry.
IsCorruptedData
IsCorruptedData indicates if the error correspondes to possible data corruption.
NewDecoder
NewDecoder creates a streaming Entry decoder.
NewEncoder
NewEncoder creates a streaming Entry encoder.
#
Structs
Decoder
Decoder wraps an underlying io.Reader and allows you to stream Entry decodings on it.
Encoder
Encoder wraps an underlying io.Writer and allows you to stream Entry encodings on it.