type github.com/jackc/chunkreader/v2.ChunkReader
8 uses
github.com/jackc/chunkreader/v2 (current package)
chunkreader.go#L15: type ChunkReader struct {
chunkreader.go#L30: func New(r io.Reader) *ChunkReader {
chunkreader.go#L40: func NewConfig(r io.Reader, config Config) (*ChunkReader, error) {
chunkreader.go#L49: return &ChunkReader{
chunkreader.go#L58: func (r *ChunkReader) Next(n int) (buf []byte, err error) {
chunkreader.go#L87: func (r *ChunkReader) appendAtLeast(fillLen int) error {
chunkreader.go#L93: func (r *ChunkReader) newBuf(size int) []byte {
chunkreader.go#L100: func (r *ChunkReader) copyBufContents(dest []byte) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |