Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UvarintReader ¶
type UvarintReader struct {
// contains filtered or unexported fields
}
UvarintReader read protobuf blocks.
func NewDelimitedReader ¶
func NewDelimitedReader(r io.Reader) *UvarintReader
NewDelimitedReader returns a new UvarintReader.
type UvarintWriter ¶
type UvarintWriter struct {
// contains filtered or unexported fields
}
UvarintWriter writes protobuf blocks.
func NewDelimitedWriter ¶
func NewDelimitedWriter(w io.Writer) *UvarintWriter
NewDelimitedWriter returns a new UvarintWriter.
Click to show internal directories.
Click to hide internal directories.