- All Implemented Interfaces:
- xyz.cofe.types.ToStringConverter, xyz.cofe.types.ToValueConvertor
public class EndLineConvertor
extends Object
implements xyz.cofe.types.ToStringConverter, xyz.cofe.types.ToValueConvertor
Ковертор символовперевода в строк (org.gocha.text.EndLine) в текстовое представление и обратно.
Возможные текстовые значения:
default, def
linux, unix, *nix, nix, n, lf, 0a, 0x0a
mac, macintosh, r, cr, 0d, 0x0d
windows, win, dos, ms, rn, cr+lf, 0d0a, 0x0d0a, 0x0d 0x0a
other, others, nr, lf+cr, 0a0d, 0x0a0d, 0x0a 0x0d
- Author:
- gocha
- See Also:
EndLine