binary

package
v0.0.0-...-375d9ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:29 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PutUvarint

func PutUvarint(buf []byte, x uint64) int

func PutVarint

func PutVarint(buf []byte, x int64) int

func Read

func Read(r io.Reader, order binary.ByteOrder, data interface{}) error

func ReadUvarint

func ReadUvarint(r io.ByteReader) (uint64, error)

func ReadVarint

func ReadVarint(r io.ByteReader) (int64, error)

func Size

func Size(v interface{}) int

func Uvarint

func Uvarint(buf []byte) (uint64, int)

func Varint

func Varint(buf []byte) (int64, int)

func Write

func Write(w io.Writer, order binary.ByteOrder, data interface{}) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL