Class MT940UmsatzExporter.MyOutputStreamWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable
    Enclosing class:
    MT940UmsatzExporter

    protected class MT940UmsatzExporter.MyOutputStreamWriter
    extends java.io.OutputStreamWriter
    Ableitung von OutputStreamWriter, um die Umlaute umzuschreiben.
    • Field Summary

      • Fields inherited from class java.io.Writer

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      MyOutputStreamWriter​(java.io.OutputStream out)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.lang.String str)  
      • Methods inherited from class java.io.OutputStreamWriter

        append, append, close, flush, getEncoding, write, write, write
      • Methods inherited from class java.io.Writer

        append, nullWriter, write
      • Methods inherited from class java.lang.Object

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

      • MyOutputStreamWriter

        public MyOutputStreamWriter​(java.io.OutputStream out)
                             throws java.io.UnsupportedEncodingException
        ct.
        Parameters:
        out -
        Throws:
        java.io.UnsupportedEncodingException
    • Method Detail

      • write

        public void write​(java.lang.String str)
                   throws java.io.IOException
        Overrides:
        write in class java.io.Writer
        Throws:
        java.io.IOException
        See Also:
        Writer.write(java.lang.String)