sdk/golang/Standard Library/GoEncodingAscii85
Standard Library

GoEncodingAscii85

Go stdlib package — encoding/ascii85. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.CorruptInputError.Error()Neutral
#
Signature
CorruptInputError.Error() string

CorruptInputError.Error function.

.Decode()Neutral
#
Signature
Decode(dst []byte, src []byte, flush bool) (int, int, error)

Decode decodes src into dst, returning both the number

.Encode()Neutral
#
Signature
Encode(dst []byte, src []byte) int

Encode encodes src into at most MaxEncodedLen(len(src))

.MaxEncodedLen()Neutral
#
Signature
MaxEncodedLen(n int) int

MaxEncodedLen returns the maximum length of an encoding of n source bytes.

.NewDecoder()Neutral
#
Signature
NewDecoder(r io.Reader) io.Reader

NewDecoder constructs a new ascii85 stream decoder.

.NewEncoder()Neutral
#
Signature
NewEncoder(w io.Writer) io.WriteCloser

NewEncoder returns a new ascii85 stream encoder. Data written to

.CorruptInputError()Neutral
#
Signature
type CorruptInputError ...

CorruptInputError type.

Fully-Qualified Names

FQNField
encoding/ascii85fqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

go.mod
// standard library — no go.mod entry required
rule.py
from codepathfinder.go_rule import ...  # encoding/ascii85