Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EClosed = errors.New("Closed")
msg,msg,msg -> [length|msg|length|msg...] [length|msg|length|msg...] -> msg,msg,msg
View Source
var MaxValueSize = 10 * 1024 * 1024 * 1024
10 MB
Functions ¶
This section is empty.
Types ¶
type LVStreamDecoder ¶
type LVStreamDecoder struct {
// contains filtered or unexported fields
}
func NewLVStreamDecoder ¶
func NewLVStreamDecoder(nextValue func([]byte) error) *LVStreamDecoder
func (*LVStreamDecoder) Close ¶
func (decoder *LVStreamDecoder) Close() error
type LVStreamEncoder ¶
type LVStreamEncoder struct {
// contains filtered or unexported fields
}
func NewLVStreamEncoder ¶
func NewLVStreamEncoder(nextValue func() ([]byte, error), cleanup func()) *LVStreamEncoder
func (*LVStreamEncoder) Close ¶
func (encoder *LVStreamEncoder) Close() error
Click to show internal directories.
Click to hide internal directories.