Class LineEncoder

    • Constructor Detail

      • LineEncoder

        public LineEncoder()
        Creates a new instance with the current system line separator and UTF-8 charset encoding.
      • LineEncoder

        public LineEncoder​(LineSeparator lineSeparator)
        Creates a new instance with the specified line separator and UTF-8 charset encoding.
      • LineEncoder

        public LineEncoder​(Charset charset)
        Creates a new instance with the specified character set.
      • LineEncoder

        public LineEncoder​(LineSeparator lineSeparator,
                           Charset charset)
        Creates a new instance with the specified line separator and character set.