Package ch.bailu.gtk.gio
Schnittstelle DataStreamNewlineType
public interface DataStreamNewlineType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intAutomatically try to handle any line ending type.static final intSelects "CR" line endings.static final intSelects "CR, LF" line ending, common on Microsoft Windows.static final intSelects "LF" line endings, common on most modern UNIX platforms.
-
Felddetails
-
LF
static final int LFSelects "LF" line endings, common on most modern UNIX platforms.- Siehe auch:
-
CR
static final int CRSelects "CR" line endings.- Siehe auch:
-
CR_LF
static final int CR_LFSelects "CR, LF" line ending, common on Microsoft Windows.- Siehe auch:
-
ANY
static final int ANYAutomatically try to handle any line ending type.- Siehe auch:
-