Temp File Writing Strategy
A WritingStrategy that writes to a temporary file and writes to the [ ] only when all data was written.
Creates a new TempFileWritingStrategy.
Parameters
temp File
The file to write to, this will be deleted once the write operation is done.
Functions
Link copied to clipboard
Called by the OutputStreamAdapter once the last byte was written. You should clear your reference to the OutputStreamAdapter at this time.
Link copied to clipboard
Called by the OutputStreamAdapter before the first byte is written.
Link copied to clipboard
Called by the OutputStreamAdapter with the data that should be written.