Documentation ¶
Overview ¶
Package syncio contains synchronized wrappers for interfaces from io package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufWriterAt ¶
type BufWriterAt struct {
// contains filtered or unexported fields
}
BufWriterAt is synchronized buffer which implements io.WriterAt.
func (*BufWriterAt) Bytes ¶
func (b *BufWriterAt) Bytes() (r []byte)
Bytes returns copy of data from buffer.
func (*BufWriterAt) Len ¶ added in v0.31.0
func (b *BufWriterAt) Len() int
Len returns buffer available data size.
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is synchronized io.Reader.
Click to show internal directories.
Click to hide internal directories.