Description
The other implementations of IndexInput all include the resource description when throwing an EOFException, for example:
https://github.com/apache/lucene-solr/blob/trunk/lucene/core/src/java/org/apache/lucene/store/ByteBufferIndexInput.java#L81
CustomBufferedIndexInput should follow suit.