//
pkg.gl
Category
github.com/octu0/bitcaskdb
codec
package
1.6.1
Repository:
https://github.com/octu0/bitcaskdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
491 SLOC
#
Functions
IsCorruptedData
No description provided by the author
NewDecoder
NewDecoder creates a streaming Entry decoder.
NewEncoder
NewEncoder creates a streaming Entry encoder.
#
Constants
HeaderSize
24 byte.
#
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.
Header
No description provided by the author
Payload
No description provided by the author
#
Interfaces
ReaderAtSeeker
No description provided by the author