Package ch.bailu.gtk.gio
Interface DataStreamNewlineType
public interface DataStreamNewlineType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Automatically try to handle any line ending type.static final int
Selects "CR" line endings.static final int
Selects "CR, LF" line ending, common on Microsoft Windows.static final int
Selects "LF" line endings, common on most modern UNIX platforms.
-
Field Details
-
LF
static final int LFSelects "LF" line endings, common on most modern UNIX platforms.- See Also:
-
CR
static final int CRSelects "CR" line endings.- See Also:
-
CR_LF
static final int CR_LFSelects "CR, LF" line ending, common on Microsoft Windows.- See Also:
-
ANY
static final int ANYAutomatically try to handle any line ending type.- See Also:
-