Change/extend behavior of the OpenFileDescriptor
Looking at the references of this class (no factory facade), there is no way to change/extend its behavior by subclassing it. Can I suggest extending this with something like OpenFileDescriptorProvider, to be able to provide our own OpenFileDescriptor implementation for certain file types? The default "provider" should of course return the current implementation of OpenFileDescriptor.
Please sign in to leave a comment.
Feel free to open a new issue in youtrack