Copy is an efficient (typically tens of times faster than INSERT) bulk data exchange method for PostgreSQL databases. This is a driver extension to support COPY FROM STDIN and COPY TO STDOUT data exchange with the client for series 8 JDBC drivers. Derived from earlier implementation for series 7, it provides a simple Stream based API while keeping low level protocol handling in the internal class