public class UnixLinefeedProcessor extends Object implements StringProcessor
| Constructor and Description | 
|---|
| UnixLinefeedProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | process(String toProcess)Converts Windows CR/LF character sequences to Unix LF sequences. | 
public String process(String toProcess)
process in interface StringProcessortoProcess - the String to process, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.