https://bz.apache.org/bugzilla/show_bug.cgi?id=64542
--- Comment #2 from Arjohn Kampman <[email protected]> --- Hi PJ, I have tried the wrapper approach, but unfortunately the close() method is declared "final" in superclass AbstractInterruptibleChannel. Maybe a third constructor variant for FileChannel would be an option? E.g.: new POIFSFileSystem(FileChannel channel, boolean readOnly, boolean closeChannel) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
