package util
import "github.com/codesoap/pbf/util"
Index ¶
Types ¶
type Decompressor ¶
type Decompressor struct {
// contains filtered or unexported fields
}
func NewDecompressor ¶
func NewDecompressor() Decompressor
func (*Decompressor) Close ¶
func (d *Decompressor) Close() error
func (*Decompressor) ReturnToBlobPool ¶
func (d *Decompressor) ReturnToBlobPool(b []byte)
func (*Decompressor) ToRawData ¶
func (d *Decompressor) ToRawData(blob *pbfproto.Blob) ([]byte, error)
Source Files ¶
- Version
- v0.1.2 (latest)
- Published
- Oct 4, 2024
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 week ago –
Tools for package owners.