Schnittstelle DataStreamNewlineType


public interface DataStreamNewlineType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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.
  • Felddetails

    • LF

      static final int LF
      Selects "LF" line endings, common on most modern UNIX platforms.
      Siehe auch:
    • CR

      static final int CR
      Selects "CR" line endings.
      Siehe auch:
    • CR_LF

      static final int CR_LF
      Selects "CR, LF" line ending, common on Microsoft Windows.
      Siehe auch:
    • ANY

      static final int ANY
      Automatically try to handle any line ending type.
      Siehe auch: