Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct { ContextSize []uint32 ReferedToContextSize []uint32 // contains filtered or unexported fields }
func (*Decoder) DecodeIAID ¶
func (_ed *Decoder) DecodeIAID(codeLen uint64, stats *DecoderStats) (int64, error)
type DecoderStats ¶
type DecoderStats struct {
// contains filtered or unexported fields
}
func NewStats ¶
func NewStats(contextSize int32, index int32) *DecoderStats
func (*DecoderStats) Copy ¶
func (_gac *DecoderStats) Copy() *DecoderStats
func (*DecoderStats) Overwrite ¶
func (_cc *DecoderStats) Overwrite(dNew *DecoderStats)
func (*DecoderStats) Reset ¶
func (_gbc *DecoderStats) Reset()
func (*DecoderStats) SetIndex ¶
func (_gbb *DecoderStats) SetIndex(index int32)
func (*DecoderStats) String ¶
func (_ba *DecoderStats) String() string
Click to show internal directories.
Click to hide internal directories.