type encoding/base64.Encoding
19 uses
encoding/base64 (current package)
base64.go#L23: type Encoding struct {
base64.go#L61: func NewEncoding(encoder string) *Encoding {
base64.go#L71: e := new(Encoding)
base64.go#L89: func (enc Encoding) WithPadding(padding rune) *Encoding {
base64.go#L110: func (enc Encoding) Strict() *Encoding {
base64.go#L143: func (enc *Encoding) Encode(dst, src []byte) {
base64.go#L195: func (enc *Encoding) EncodeToString(src []byte) string {
base64.go#L203: enc *Encoding
base64.go#L273: func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {
base64.go#L279: func (enc *Encoding) EncodedLen(n int) int {
base64.go#L301: func (enc *Encoding) decodeQuantum(dst, src []byte, si int) (nsi, n int, err error) {
base64.go#L399: func (enc *Encoding) DecodeString(s string) ([]byte, error) {
base64.go#L408: enc *Encoding
base64.go#L487: func (enc *Encoding) Decode(dst, src []byte) (n int, err error) {
base64.go#L617: func NewDecoder(enc *Encoding, r io.Reader) io.Reader {
base64.go#L623: func (enc *Encoding) DecodedLen(n int) int {
github.com/segmentio/asm/base64
base64_asm.go#L22: base *base64.Encoding
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |