Package com.optimaize.langdetect.frma
Class LangProfileWriter
- java.lang.Object
-
- com.optimaize.langdetect.frma.LangProfileWriter
-
public class LangProfileWriter extends Object
Writes aLangProfile
to an output stream (file).- Author:
- François ROLAND, Fabian Kessler
-
-
Constructor Summary
Constructors Constructor Description LangProfileWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(LangProfile langProfile, OutputStream outputStream)
Writes aLangProfile
to an OutputStream in UTF-8.
-
-
-
Method Detail
-
write
public void write(LangProfile langProfile, OutputStream outputStream) throws IOException
Writes aLangProfile
to an OutputStream in UTF-8.- Throws:
IOException
-
-