Documentation
¶
Index ¶
- Variables
- func Base64Decode(str string) ([]byte, error)
- func Base64DecodeFile(src, dst string, progress func(float64)) error
- func Base64Encode(bstr []byte) string
- func Base64EncodeFile(src, dst string, progress func(float64)) error
- func Base85Decode(str string) ([]byte, error)
- func Base85DecodeFile(src, dst string, progress func(float64)) error
- func Base85Encode(bstr []byte) string
- func Base85EncodeFile(src, dst string, progress func(float64)) error
- func Base91Decode(d []byte) []byte
- func Base91DecodeString(d string) []byte
- func Base91Encode(d []byte) []byte
- func Base91EncodeToString(d []byte) string
- func Base128Decode(dst, src []byte) (int, error)
- func Base128DecodeString(s string) ([]byte, error)
- func Base128DecodedLen(encLen int) int
- func Base128Encode(dst, src []byte) int
- func Base128EncodeToString(src []byte) string
- func Base128EncodedLen(dataLen int) int
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLength = errors.New("base128: invalid length base128 string") ErrBit = errors.New("base128: high bit set in base128 string") )
Functions ¶
func Base64Decode ¶
func Base64DecodeFile ¶
func Base64Encode ¶
func Base64EncodeFile ¶
func Base85Decode ¶
func Base85DecodeFile ¶
func Base85Encode ¶
func Base85EncodeFile ¶
func Base91Decode ¶
func Base91DecodeString ¶
func Base91Encode ¶
func Base91EncodeToString ¶
func Base128Decode ¶
func Base128DecodeString ¶
func Base128DecodedLen ¶
func Base128Encode ¶
func Base128EncodeToString ¶
func Base128EncodedLen ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.