Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteSeeker ¶
type ByteSeeker struct {
// contains filtered or unexported fields
}
func NewByteSeeker ¶
func NewByteSeeker(size, grow int) *ByteSeeker
func NewByteSeekerFromBytes ¶
func NewByteSeekerFromBytes(b []byte, grow int, start bool) *ByteSeeker
func (*ByteSeeker) Bytes ¶
func (ws *ByteSeeker) Bytes() []byte
Click to show internal directories.
Click to hide internal directories.