Does getting the FileChannel to a RandomAccessFile and creating an InputStream create additional file handles that can leak?

前端 未结 0 1211
梦如初夏
梦如初夏 2021-01-02 14:04

I\'m accessing a file with a RandomAccessFile and I expect this to have an open file handle which I manage close() when I\'m finished with it.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题