Documentation
¶
Overview ¶
Package diskio implements utilities for working with disk I/O.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBufferedFile ¶
Types ¶
type File ¶
type OSFile ¶
type Ref ¶
type Sequence ¶
type SliceSequence ¶
func (SliceSequence[K, V]) SeqGet ¶
func (s SliceSequence[K, V]) SeqGet(i K) V
func (SliceSequence[K, V]) SeqLen ¶
func (s SliceSequence[K, V]) SeqLen() K
type StringSequence ¶
func (StringSequence[K]) SeqGet ¶
func (s StringSequence[K]) SeqGet(i K) byte
func (StringSequence[K]) SeqLen ¶
func (s StringSequence[K]) SeqLen() K
Click to show internal directories.
Click to hide internal directories.