Documentation ¶
Overview ¶
Package netascii implements reading and writing of netascii, as defined in RFC 764.
Netascii encodes LF to CRLF and CR to CRNUL. CRLF is decoded to the platform's representation of a new line.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is an io.Reader used to retrieve data in the local system's format from a netascii encoded source.
Click to show internal directories.
Click to hide internal directories.