Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferWriter ¶
type BufferWriter interface {
// WriteDirect appends buf to the underlying buffer chain
// without copy. It splits the original buffer at remainingCap.
WriteDirect(buf []byte, remainingCap int) error
}
BufferWriter implement zero-copy buffer writing.
Click to show internal directories.
Click to hide internal directories.