Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ringbuffer ¶
type Ringbuffer struct {
// contains filtered or unexported fields
}
func NewRingbuffer ¶
func NewRingbuffer(size int) *Ringbuffer
func (*Ringbuffer) GetUse ¶
func (r *Ringbuffer) GetUse() int
func (*Ringbuffer) Read ¶
func (r *Ringbuffer) Read(b []byte) int
Click to show internal directories.
Click to hide internal directories.