mdmarshmallow opened a new pull request, #11958: URL: https://github.com/apache/lucene/pull/11958
### Description Added a new `FilterIndexInput` and `FilterIndexOutput` class to handle delegate `IndexOutput` and `IndexInput` classes. I also changed some of the current subclasses that use these delegate patterns to extend `FilterIndexInput` and `FilterIndexOutput`. Here is a list of the subclasses I changed/didn't change: * IndexOutput changed: * EndiannessReverserIndexOutput * RateLimitedIndexOutput * SlowIndexOutput * CorruptingIndexOutput * MockIndexOutputWrapper * ThrottledIndexOutput * IndexOutput unchanged: * ByteBuffersIndexOutput * OutputStreamIndexOutput * DirectIOIndexOutput * IndexInput changed: * EndiannessReverserIndexInput * SeekCountingStream * CountingStream * SlowIndexInput * ReadBytesIndexInputWrapper * MockIndexWrapper * IndexInput unchanged: * BufferedIndexInput * ByteBufferIndexInput * ByteBuffersIndexInput * ChecksumIndexInput * MemorySegmentIndexInput * InterceptingIndexInput * DirectIOIndexInput -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org