Documentation ¶
Index ¶
- type BStream
- func (b *BStream) Bytes() []byte
- func (b *BStream) ReadBit() (bit, error)
- func (b *BStream) ReadBits(count int) (uint64, error)
- func (b *BStream) ReadByte() (byte, error)
- func (b *BStream) WriteBit(input bit)
- func (b *BStream) WriteBits(data uint64, count int)
- func (b *BStream) WriteOneByte(data byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BStream ¶
type BStream struct {
// contains filtered or unexported fields
}
BStream :
func (*BStream) Bytes ¶
Bytes returns the bytes in the stream - taken from https://github.com/dgryski/go-tsz/bstream.go
Click to show internal directories.
Click to hide internal directories.