Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
New
Description
DirectReader creates a dozen of inner classes blowing up the JAR file that just contain the same code over an over.
This issue will refactor DirectReader like this:
- Let DirectReader implement LongValues directly
- The LongValues get method is implemented by calling LongUnaryOperator functional interface
- the LongUnaryOperator is a method reference to one of the new private getXY() methods, which are specialization for all supported bit sizes.
Attachments
Issue Links
- links to