Closed olliestanley closed 5 years ago
Using NIO over IO will (hopefully) make the code cleaner in some places
However the configuration stuff within the Bukkit API which we use fairly extensively works with the old IO and it may be more hassle than it's worth.
Wouldn't be worth it due to how often we need to work with File objects to satisfy the Bukkit API anyway
Using NIO over IO will (hopefully) make the code cleaner in some places
However the configuration stuff within the Bukkit API which we use fairly extensively works with the old IO and it may be more hassle than it's worth.