java - HTTP request to obtain file output stream, how to convert it to file
我想大声告诉你
我想大声告诉你 2017-05-17 09:57:43
0
1
541

Excuse me, I send a request to return a file stream, field name: ouput type: ouputStream

jsonObject.get("ouput") gets the file stream, and the stream has data. How to convert it to the specified file?

Please help me, how to solve it

我想大声告诉你
我想大声告诉你

reply all(1)
给我你的怀抱

Converting to a specified file can be understood as reusing file to create a new file, and then using streams to operate on the file.
If so, you can use file and outputstream to write to file.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!