fix: read
This commit is contained in:
parent
ceb2de61d4
commit
42abae3a5a
@ -221,7 +221,7 @@ class PCloudImpl {
|
||||
DataSink sink = new DataSink() {
|
||||
@Override
|
||||
public void readAll(BufferedSource source) throws IOException {
|
||||
CopyStream.copyStreamToStream(source.getBuffer().inputStream(), data);
|
||||
CopyStream.copyStreamToStream(source.inputStream(), data);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user