Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TDDEncoder ¶
type TDDEncoder struct {
// contains filtered or unexported fields
}
func NewTDDEncoder ¶
func NewTDDEncoder() *TDDEncoder
func (*TDDEncoder) AddSymbol ¶
func (e *TDDEncoder) AddSymbol(full, short string)
func (*TDDEncoder) CompressionRatio ¶
func (e *TDDEncoder) CompressionRatio(original, encoded string) float64
func (*TDDEncoder) Decode ¶
func (e *TDDEncoder) Decode(input string) string
func (*TDDEncoder) Encode ¶
func (e *TDDEncoder) Encode(input string) string
Click to show internal directories.
Click to hide internal directories.