Versions in this module Expand all Collapse all v1 v1.0.2 May 14, 2020 v1.0.1 May 14, 2020 Changes in this version + var RecommendBufioSize = 1024 * 64 + func I16BE(b []byte) (i int16) + func I24BE(b []byte) (i int32) + func I32BE(b []byte) (i int32) + func I64BE(b []byte) (i int64) + func PutI16BE(b []byte, v int16) + func PutI24BE(b []byte, v int32) + func PutI32BE(b []byte, v int32) + func PutI64BE(b []byte, v int64) + func PutU16BE(b []byte, v uint16) + func PutU24BE(b []byte, v uint32) + func PutU32BE(b []byte, v uint32) + func PutU32LE(b []byte, v uint32) + func PutU40BE(b []byte, v uint64) + func PutU48BE(b []byte, v uint64) + func PutU64BE(b []byte, v uint64) + func PutU8(b []byte, v uint8) + func U16BE(b []byte) (i uint16) + func U24BE(b []byte) (i uint32) + func U32BE(b []byte) (i uint32) + func U32LE(b []byte) (i uint32) + func U40BE(b []byte) (i uint64) + func U64BE(b []byte) (i uint64) + func U8(b []byte) (i uint8) + func VecLen(vec [][]byte) (n int) + func VecSlice(in [][]byte, s int, e int) (out [][]byte) + func VecSliceTo(in [][]byte, out [][]byte, s int, e int) (n int)