Provides temp file support for serializing data for streams.
Any files created by this object are deleted when
FileSupport.close() is called.
author: Paul Ferraro version: $Revision: 1612 $ since: 1.0
Create a file from the specified binary input stream.
Parameters: inputStream - a binary stream of data a temporary file throws: SQLException - if an IO error occurs
Create a file from the specified character input stream
Parameters: reader - a character stream of data a temporary file throws: SQLException - if an IO error occurs