Class Platform
- java.lang.Object
-
- com.github.timo_reymann.csv_parser.util.Platform
-
public class Platform extends Object
Platform specific functionality- Since:
- 20.12.17
- Author:
- Timo Reymann
-
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getLineSeperator()
Get new line control codes for platform
-
-
-
Method Detail
-
getLineSeperator
public static String getLineSeperator()
Get new line control codes for platform- Returns:
- Control code for new line
-
-