Uses of Class
morfologik.tools.SerializationFormat
-
Packages that use SerializationFormat Package Description morfologik.tools -
-
Uses of SerializationFormat in morfologik.tools
Methods in morfologik.tools that return SerializationFormat Modifier and Type Method Description static SerializationFormat
SerializationFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static SerializationFormat[]
SerializationFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in morfologik.tools with parameters of type SerializationFormat Constructor Description FSACompile(Path input, Path output, SerializationFormat format, boolean acceptBom, boolean acceptCr, boolean ignoreEmpty)
-