//
pkg.gl
Category
github.com/triggermail/luci-go
common
data
chunkstream
package
0.0.0-20240716132614-1643519e6f91
Repository:
https://github.com/triggermail/luci-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
324 SLOC
#
Structs
Buffer
Buffer is a collection of ordered Chunks that can cheaply read and shifted as if it were a continuous byte stream.
View
View is static read-only snapshot of the contents of the Buffer, presented as a contiguous stream of bytes.
#
Interfaces
Chunk
Chunk wraps a fixed-size byte buffer.