类 HeaderCopyCallback

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidhandleLine​(java.lang.String line) 
      voidwriteHeader​(java.io.Writer writer)
      Write contents to a file using the supplied Writer.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • writeHeader

        public void writeHeader​(java.io.Writer writer)
                         throws java.io.IOException
        从接口复制的说明: FlatFileHeaderCallback
        Write contents to a file using the supplied Writer. It is not required to flush the writer inside this method.
        指定者:
        writeHeader 在接口中 FlatFileHeaderCallback
        参数:
        writer - the Writer to be used to write the header.
        抛出:
        java.io.IOException - if error occurs during writing.