TextLineDecoder.this

Creates a new instance with the current default {@link Charset} and the specified <tt>delimiter</tt>.

@param delimiter The line delimiter to use

  1. this()
  2. this(DecoderChain nextDecoder)
  3. this(string delimiter, DecoderChain nextDecoder)
    class TextLineDecoder
    this
  4. this(LineDelimiter delimiter, DecoderChain nextDecoder)

Meta