Versions in this module Expand all Collapse all v1 v1.0.10 Oct 18, 2017 v1.0.9 Sep 30, 2017 Changes in this version + func Compress(mark byte, str string) []byte + func Decompress(buf []byte) (byte, string) + type BitsArray struct + func NewBitsArray(ln int) *BitsArray + func (b *BitsArray) GetBytes() []byte + func (b *BitsArray) Push(bits ...byte) + func (b *BitsArray) PushByte(n byte, w int) + func (b *BitsArray) RemainingBitsToOneByte() int