Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircularBuffer ¶
type CircularBuffer struct {
// contains filtered or unexported fields
}
func NewCircularBuffer ¶
func NewCircularBuffer(size int) *CircularBuffer
func (*CircularBuffer) Read ¶
func (c *CircularBuffer) Read() []byte
func (*CircularBuffer) String ¶
func (c *CircularBuffer) String() string
func (*CircularBuffer) Write ¶
func (c *CircularBuffer) Write(data []byte)
Click to show internal directories.
Click to hide internal directories.