The transferTo() method causes the file contents to be copied into a read buffer by the DMA engine.
transferTo()方法引发DMA引擎将文件内容拷贝到一个读取缓冲区。
The transferTo() method causes the file contents to be copied into a kernel buffer by the DMA engine.
transferTo()方法引发DMA引擎将文件内容拷贝到内核缓冲区。
We have demonstrated the performance advantages of using transferTo() compared to reading from one channel and writing the same data to another.
我们已经展示了使用transferTo() 方法较使用传统方法 —从一个通道读出数据并将其写入到另外一个通道 —的性能优势。
You can use the transferTo() method to transfer bytes directly from the channel on which it is invoked to another writable byte channel, without requiring data to flow through the application.
可以使用transferTo()方法直接将字节从它被调用的通道上传输到另外一个可写字节通道上,数据无需流经应用程序。
You can use the transferTo() method to transfer bytes directly from the channel on which it is invoked to another writable byte channel, without requiring data to flow through the application.
可以使用transferTo()方法直接将字节从它被调用的通道上传输到另外一个可写字节通道上,数据无需流经应用程序。
应用推荐