Documentation
¶
Index ¶
- Variables
- 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 PutTime64(b []byte, t time.Time)
- 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 ReadBytes(b []byte, n *int, length int) (v []byte, err error)
- func ReadI24BE(b []byte, n *int) (v int32, err error)
- func ReadI32BE(b []byte, n *int) (v int32, err error)
- func ReadI64BE(b []byte, n *int) (v int64, err error)
- func ReadString(b []byte, n *int, strlen int) (v string, err error)
- func ReadU16BE(b []byte, n *int) (v uint16, err error)
- func ReadU24BE(b []byte, n *int) (v uint32, err error)
- func ReadU32BE(b []byte, n *int) (v uint32, err error)
- func ReadU64BE(b []byte, n *int) (v uint64, err error)
- func ReadU8(b []byte, n *int) (v uint8, err error)
- 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)
- func WriteBytes(b []byte, n *int, v []byte)
- func WriteI24BE(b []byte, n *int, v int32)
- func WriteI32BE(b []byte, n *int, v int32)
- func WriteI64BE(b []byte, n *int, v int64)
- func WriteString(b []byte, n *int, v string)
- func WriteU16BE(b []byte, n *int, v uint16)
- func WriteU24BE(b []byte, n *int, v uint32)
- func WriteU32BE(b []byte, n *int, v uint32)
- func WriteU32LE(b []byte, n *int, v uint32)
- func WriteU64BE(b []byte, n *int, v uint64)
- func WriteU8(b []byte, n *int, v uint8)
- type Error
Constants ¶
This section is empty.
Variables ¶
View Source
var RecommendBufioSize = 1024 * 64
Functions ¶
func WriteBytes ¶
func WriteI24BE ¶
func WriteI32BE ¶
func WriteI64BE ¶
func WriteString ¶
func WriteU16BE ¶
func WriteU24BE ¶
func WriteU32BE ¶
func WriteU32LE ¶
func WriteU64BE ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.