Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteQueue ¶
type ByteQueue struct {
// contains filtered or unexported fields
}
ByteQueue is a queue of bytes. Data is added to the end of the queue via Write() or ReadNFrom(), and is removed via Pop(). The contents of the queue can be accessed via Peek().
Click to show internal directories.
Click to hide internal directories.