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 SerializationFormat
DictCompile. format
private SerializationFormat
FSACompile. format
Methods in morfologik.tools that return SerializationFormat Modifier and Type Method Description static SerializationFormat
SerializationFormat. 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)
-