wp
This commit is contained in:
2
qb.go
2
qb.go
@@ -32,6 +32,7 @@ type TimestampCompressor interface {
|
||||
StoredSize() int
|
||||
//DeleteLast()
|
||||
CaptureState()
|
||||
ForgetCapturedState()
|
||||
// (offset) => payload
|
||||
Tail(int) []byte
|
||||
CreateDecompressor() TimestampDecompressor
|
||||
@@ -67,6 +68,7 @@ type ValueCompressor interface {
|
||||
//Chunks() [][]byte
|
||||
//DeleteLast()
|
||||
CaptureState()
|
||||
ForgetCapturedState()
|
||||
// (offset) => payload
|
||||
Tail(int) []byte
|
||||
// fracDigits
|
||||
|
||||
Reference in New Issue
Block a user