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) {