标签: java android
我知道我可以做new FileInputStream(fd).getChannel()但这会关闭传入的FileDescriptor。有没有办法这样做没有任何副作用?
new FileInputStream(fd).getChannel()