use a sliding window of in-memory writable chunks
This commit is contained in:
@@ -11,5 +11,6 @@ type PageChunk interface {
|
||||
WriteDataAt(src []byte, offset int64) (n int)
|
||||
ReadDataAt(p []byte, off int64) (maxStop int64)
|
||||
IsComplete() bool
|
||||
WrittenSize() int64
|
||||
SaveContent(saveFn SaveToStorageFunc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user