Class LineEndingNormalizeCommand

java.lang.Object
com.streamconverter.command.AbstractStreamCommand
com.streamconverter.command.impl.LineEndingNormalizeCommand
All Implemented Interfaces:
IStreamCommand

Line ending normalization command.

This command normalizes line endings in text streams to a specified format. It can convert between different line ending styles (Unix LF, Windows CRLF, classic Mac CR) or preserve the input format.

The command processes data efficiently while preserving the exact structure of the input, including whether the input ends with a line terminator.