Manages COPY IN and COPY OUT operations for a specific connection stream.
Initiates a COPY IN operation allowing manual chunk writing.
Reads all data from the provided InputStream and writes it to the COPY IN operation.
Initiates a COPY OUT operation allowing manual chunk reading.
Reads all data from the COPY OUT operation and writes it to the provided OutputStream.