Documentation ¶
Index ¶
- func PutUInt64BE(b []byte, res uint64, n int)
- func PutUIntBE(b []byte, res uint, n int)
- func WriteBytes(w io.Writer, b []byte, n int) (err error)
- func WriteInt64BE(w io.Writer, val int64, n int) (err error)
- func WriteIntBE(w io.Writer, val int, n int) (err error)
- func WriteString(w io.Writer, val string, n int) (err error)
- func WriteUInt64BE(w io.Writer, val uint64, n int) (err error)
- func WriteUIntBE(w io.Writer, val uint, n int) (err error)
- type GolombBitReader
- type Reader
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteBytes ¶
WriteBytes write bytes in w
Types ¶
type GolombBitReader ¶
func (*GolombBitReader) ReadBit ¶
func (self *GolombBitReader) ReadBit() (res uint, err error)
func (*GolombBitReader) ReadBits ¶
func (self *GolombBitReader) ReadBits(n int) (res uint, err error)
func (*GolombBitReader) ReadExponentialGolombCode ¶
func (self *GolombBitReader) ReadExponentialGolombCode() (res uint, err error)
func (*GolombBitReader) ReadSE ¶
func (self *GolombBitReader) ReadSE() (res uint, err error)
Click to show internal directories.
Click to hide internal directories.