Documentation
¶
Index ¶
Constants ¶
View Source
const ( CR = '\r' LF = '\n' )
ASCII Symbols.
View Source
const ErrSizeError = "Size Error"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) ReadLineEndingWithCRLF ¶
ReadLineEndingWithCRLF reads a Line ending exactly with the 'CR'+'LF' Symbols Sequence. The two Symbols at the End of the Line (CR+LF) are included into the returned Result.
Click to show internal directories.
Click to hide internal directories.