Uses of Class
de.gebit.integrity.ui.formatting.LineSeparatorDetector.LineSeparatorType
-
Packages that use LineSeparatorDetector.LineSeparatorType Package Description de.gebit.integrity.ui.formatting -
-
Uses of LineSeparatorDetector.LineSeparatorType in de.gebit.integrity.ui.formatting
Methods in de.gebit.integrity.ui.formatting that return LineSeparatorDetector.LineSeparatorType Modifier and Type Method Description LineSeparatorDetector.LineSeparatorTypeLineSeparatorDetector. detectLineBreakType(InputStream aStream)Attempts to detect the line break type of the providedInputStream.static LineSeparatorDetector.LineSeparatorTypeLineSeparatorDetector.LineSeparatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static LineSeparatorDetector.LineSeparatorType[]LineSeparatorDetector.LineSeparatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-