Method and Description |
---|
com.pcloud.networking.client.ResponseBody.valuesByteArray() |
com.pcloud.networking.client.ResponseBody.valuesBytes()
The one-shot stream of data being held by a ResponseBody
needs to be decoded by a ProtocolReader which is already configured
and ready for reading. The method brings some behavior ambiguity in cases where
the stream may be partially consumed through the exposed ProtocolReader.
|
com.pcloud.networking.client.ResponseBody.writeTo(BufferedSink)
The one-shot stream of data being held by a ResponseBody
needs to be decoded by a ProtocolReader which is already configured
and ready for reading. The method brings some behavior ambiguity in cases where
the stream may be partially consumed through the exposed ProtocolReader.
*
|