Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: .compression
-
Labels:None
Description
We have implementations of other compressed mechanisms , such as Delta, Golomb etc. However, due to the lack of an implementation in OldBitInputStream/OldBitFile/OldBitOutputStream, these methods were not specified in the BitIn or BitOut interfaces.
OldBitInputStream/OldBitFile/OldBitOutputStream have now been removed. Hence, so that we can use these encoding methods in future index implementations, they need to be added to the BitIn and BitOut interfaces, and any missing implementations added.
OldBitInputStream/OldBitFile/OldBitOutputStream have now been removed. Hence, so that we can use these encoding methods in future index implementations, they need to be added to the BitIn and BitOut interfaces, and any missing implementations added.
Updated interfaced committed to trunk.