type Encoding …
var _ …
func (e *Encoding) String() string { … }
func (e *Encoding) ID() (mib identifier.MIB, other string) { … }
type SimpleEncoding …
func (e *SimpleEncoding) NewDecoder() *encoding.Decoder { … }
func (e *SimpleEncoding) NewEncoder() *encoding.Encoder { … }
type FuncEncoding …
func (e FuncEncoding) NewDecoder() *encoding.Decoder { … }
func (e FuncEncoding) NewEncoder() *encoding.Encoder { … }
type RepertoireError …
func (r RepertoireError) Error() string { … }
func (r RepertoireError) Replacement() byte { … }
var ErrASCIIReplacement …