Structs§
- Linebreak
Convert Writer - A intermediate layer that converts every recognizable linebreak,
LF
orCRLF
, into provided the new linebreak. Warning: You should never write binary data directly toLinebreakConvertWriter
, because all your bytes of the same value asLF
may be converted to some thing else.