Documentation ¶
Overview ¶
Package ascii85 defines filters to encode/decode data using ASCII85 encoding. These filters can be connected to other filters via io.Pipes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromASCII85 ¶
func FromASCII85(r io.Reader) *io.PipeReader
FromASCII85 reads ascii85 encoded data from r, decodes it using the ascii85 decoder. The decoded data can be read using the returned PipeReader.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.