type github.com/gotd/td/syncio.BufWriterAt
5 uses
github.com/gotd/td/syncio (current package)
writer_at.go#L31: type BufWriterAt struct {
writer_at.go#L37: func (b *BufWriterAt) Bytes() (r []byte) {
writer_at.go#L45: func (b *BufWriterAt) Len() int {
writer_at.go#L53: func (b *BufWriterAt) ReadAt(p []byte, off int64) (n int, err error) {
writer_at.go#L78: func (b *BufWriterAt) WriteAt(p []byte, off int64) (n int, err error) {
![]() |
The pages are generated with Golds v0.8.4. (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. |