Documentation
¶
Index ¶
- type RBuffergo
- func (b *RBuffergo) CanRead(size int) bool
- func (b *RBuffergo) CanWrite(size int) bool
- func (b *RBuffergo) Capacity() int
- func (b *RBuffergo) Clear()
- func (b *RBuffergo) Empty() bool
- func (b *RBuffergo) Full() bool
- func (b *RBuffergo) GetBuffer() []byte
- func (b *RBuffergo) GetReadLineBuffer() []byte
- func (b *RBuffergo) GetWriteLineBuffer() []byte
- func (b *RBuffergo) Read(data []byte) bool
- func (b *RBuffergo) Restore()
- func (b *RBuffergo) Size() int
- func (b *RBuffergo) SkipRead(size int)
- func (b *RBuffergo) SkipWrite(size int)
- func (b *RBuffergo) Store()
- func (b *RBuffergo) Write(data []byte) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBuffergo ¶
type RBuffergo struct {
// contains filtered or unexported fields
}
func (*RBuffergo) GetReadLineBuffer ¶
func (*RBuffergo) GetWriteLineBuffer ¶
Click to show internal directories.
Click to hide internal directories.