接口 FlatFileHeaderCallback

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidwriteHeader​(java.io.Writer writer)
      Write contents to a file using the supplied Writer.
    • 方法详细资料

      • writeHeader

        void writeHeader​(java.io.Writer writer)
                  throws java.io.IOException
        Write contents to a file using the supplied Writer. It is not required to flush the writer inside this method.
        参数:
        writer - the Writer to be used to write the header.
        抛出:
        java.io.IOException - if error occurs during writing.