package bytesx
Import Path
github.com/hamba/avro/v2/internal/bytesx (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package bytesx implements bytes extensions.
Package-Level Type Names (only one)
ResetReader implements the io.Reader reading from a resettable byte slice.
Read reads bytes into p.
Reset resets the byte slice being read from.
*ResetReader : io.Reader
func NewResetReader(b []byte) *ResetReader
Package-Level Functions (only one)
NewResetReader returns a new ResetReader reading from b.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |