Class LangProfileWriter


  • public class LangProfileWriter
    extends java.lang.Object
    Writes a LangProfile to an output stream (file).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(LangProfile langProfile, java.io.OutputStream outputStream)
      Writes a LangProfile to an OutputStream in UTF-8.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LangProfileWriter

        public LangProfileWriter()
    • Method Detail

      • write

        public void write​(LangProfile langProfile,
                          java.io.OutputStream outputStream)
                   throws java.io.IOException
        Writes a LangProfile to an OutputStream in UTF-8.
        Throws:
        java.io.IOException