TReaderEOLType Enumeration

Represents type TReaderEOLType.

Namespace: flcStreams
type
 TReaderEOLType = (
 eolEOF, 
 eolEOFAtEOF, 
 eolCR, 
 eolLF, 
 eolCRLF, 
 eolLFCR); 

The TReaderEOLType type exposes the following members.

Show:
 NameDescription
eolCR

Represents constant eolCR.

eolCRLF

Represents constant eolCRLF.

eolEOF

Represents constant eolEOF.

eolEOFAtEOF

Represents constant eolEOFAtEOF.

eolLF

Represents constant eolLF.

eolLFCR

Represents constant eolLFCR.

Top