Class XMLSocketWriter

    • Method Detail

      • flush

        public void flush()
                   throws IOException
        Flushes the underlying writer making sure that if the connection is dead then the thread that is flushing does not end up in an endless wait.
        Overrides:
        flush in class XMLWriter
        Throws:
        IOException - if an I/O error occurs while flushing the writer.