Documentation ΒΆ
Index ΒΆ
Constants ΒΆ
This section is empty.
Variables ΒΆ
This section is empty.
Functions ΒΆ
func DecodeString ΒΆ
DecodeString returns the bytes represented by the base256 string s. Non-base256 runes are skipped silently.
func EncodeToString ΒΆ
EncodeToString returns the encoded base256 string of src.
func NewDecoder ΒΆ
NewDecoder constructs a new base256 stream decoder. Data read from the returned reader is base256 decoded from r. Non-base256 runes are skipped silently.
func NewEncoder ΒΆ
func NewEncoder(w io.Writer) io.WriteCloser
NewEncoder returns a new base256 stream encoder. Data written to the returned writer will be encoded using base256 and then written to w. When finished writing, the caller must Close the returned encoder to flush any partially written blocks.
Types ΒΆ
This section is empty.
Click to show internal directories.
Click to hide internal directories.