org.springframework.batch.item.file
Interface FlatFileHeaderCallback
public interface FlatFileHeaderCallback
Callback interface for writing to a header to a file.
- Author:
- Robert Kasanicky
|
Method Summary |
void |
writeHeader(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.
- Throws:
java.io.IOException
Copyright © 2009. All Rights Reserved.