Creates a DataInputStream and a DataOutputStream from the given raw streams and
pushes these as the current streams to use for communication for a connection.
Creates a new buffered DataInputStream and DataOutputStream tuple to use for
the connection. This is used for the COPY sub-protocol to prevent mixing the buffers used for
the normal protocol with the COPY protocol, as that would cause multithreaded access to those
buffers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]