Constructs a new SQLOutputImpl object using a list of attributes and a
custom name-type map. JDBC drivers will use this map to identify which
SQLData.writeSQL will be invoked.
Parameters: attributes - -the list of given attribute objects. Parameters: map - -the UDT(user defined type) name-type map throws: SQLException - -if the attributes or the map is null
FIXME So far NO difference has been detected between writeBinaryStream
and writeAsciiStream in RI. Keep their implementation same temporarily
until some bug is found.
See Also:java.sql.SQLOutput.writeBinaryStream(InputStream)