Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixedWriter ¶
type FixedWriter struct {
// contains filtered or unexported fields
}
func NewFixedWriter ¶
func NewFixedWriter(buf []byte) *FixedWriter
func (*FixedWriter) Bytes ¶
func (fw *FixedWriter) Bytes() []byte
func (*FixedWriter) Len ¶
func (fw *FixedWriter) Len() int
func (*FixedWriter) Reset ¶ added in v0.0.8
func (fw *FixedWriter) Reset(buf []byte)
func (*FixedWriter) SetW ¶ added in v0.0.9
func (fw *FixedWriter) SetW(w int)
Click to show internal directories.
Click to hide internal directories.