public class SDFBrokenLineTerminationConverter extends Object
| Constructor and Description |
|---|
SDFBrokenLineTerminationConverter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertFile(String fileName)
In Java, a line is considered terminated by any one of the following: a line feed \n, a carriage return \r, or a carriage return followed immediately by a line feed.
|
public static void convertFile(String fileName)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.