Uses of Class
morfologik.tools.SerializationFormat
-
Packages that use SerializationFormat Package Description morfologik.tools -
-
Uses of SerializationFormat in morfologik.tools
Fields in morfologik.tools declared as SerializationFormat Modifier and Type Field Description private SerializationFormatDictCompile. formatprivate SerializationFormatFSACompile. formatMethods in morfologik.tools that return SerializationFormat Modifier and Type Method Description static SerializationFormatSerializationFormat. valueOf(java.lang.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(java.nio.file.Path input, java.nio.file.Path output, SerializationFormat format, boolean acceptBom, boolean acceptCr, boolean ignoreEmpty)
-