Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoding ¶
type Encoding struct {
// contains filtered or unexported fields
}
An Encoding is a base radix encoding/decoding scheme defined by a radix-character alphabet.
func NewEncoding ¶
NewEncoding returns a new Encoding defined by the given alphabet, which must be a radix-byte string that does not contain CR or LF ('\r', '\n').
func (*Encoding) DecodeString ¶
DecodeString decodes src using the encoding enc.
func (*Encoding) EncodeToString ¶
EncodeToString encodes binary bytes into Base bytes.
Click to show internal directories.
Click to hide internal directories.