馬老師AI 人工智能工程師
2022-10-22 22:28 作者:娜娜絡(luò)絡(luò) | 我要投稿
Pipe pipe = Pipe.open();
? ? ? ?new Thread(() -> {
? ? ? ? ? ?try (OutputStream outputStream = Channels.newOutputStream(pipe.sink())) {
? ? ? ? ? ? ? ?// Write the encoded data to the pipeline.
? ? ? ? ? ? ? ?httpEntity.writeTo(outputStream);
? ? ? ? ? ?} catch (IOException e) {
? ? ? ? ? ? ? ?e.printStackTrace();
? ? ? ? ? ?}
標簽: