How do you wait until a ZipOutputStream is done writing?
I have java app that pulls records from a database table that has a VARBINARY column that contains data for a file.
How do you wait until a ZipOutputStream is done writing?
I have java app that pulls records from a database table that has a VARBINARY column that contains data for a file.