Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Java 的 NIO API,是否可以实现从一个套接字到另一个套接字的零拷贝数据传输?我知道FileChannel::transferTo()从文件到套接字的哪个方法,但是transferTo()在SocketChannel.
FileChannel::transferTo()
transferTo()
SocketChannel