Documentation
¶
Overview ¶
Package bio implements common I/O abstractions used within the Go toolchain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
Reader implements a seekable buffered io.Reader.
func (*Reader) Slice ¶ added in go1.13
Slice reads the next length bytes of r into a slice.
This slice may be backed by mmap'ed memory. Currently, this memory will never be unmapped. The second result reports whether the backing memory is read-only.
Click to show internal directories.
Click to hide internal directories.