Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASCIIEncoder ¶
ASCIIEncoder - Can losslessly encode arbitrary binary data to ASCII
type BinaryEncoder ¶
type BinaryEncoder interface { Encode(w io.Writer, data []byte) error Decode([]byte) ([]byte, error) }
BinaryEncoder - Encodes data in binary format(s)
type English ¶
type English struct{}
English Encoder - An ASCIIEncoder for binary to english text
Click to show internal directories.
Click to hide internal directories.